Skip to content

Commit e5d40a9

Browse files
committed
[enh] release 0.6.3
1 parent a3cf1cb commit e5d40a9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Changelog
22
=========
33

4-
0.6.3 (unreleased)
4+
0.6.3 (2017-01-02)
55
------------------
6+
67
- group formatting at start of file or preceded by space with comment
78

89
0.6.2 (2016-03-18)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
setup(name='baron',
15-
version='0.6.2',
15+
version='0.6.3',
1616
description='Full Syntax Tree for python to make writing refactoring code a realist task',
1717
author='Laurent Peuch',
1818
long_description=read_md("README.md") + "\n\n" + open("CHANGELOG", "r").read(),

0 commit comments

Comments
 (0)