We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cf1cb commit e5d40a9Copy full SHA for e5d40a9
CHANGELOG
@@ -1,8 +1,9 @@
1
Changelog
2
=========
3
4
-0.6.3 (unreleased)
+0.6.3 (2017-01-02)
5
------------------
6
+
7
- group formatting at start of file or preceded by space with comment
8
9
0.6.2 (2016-03-18)
setup.py
@@ -12,7 +12,7 @@
12
13
14
setup(name='baron',
15
- version='0.6.2',
+ version='0.6.3',
16
description='Full Syntax Tree for python to make writing refactoring code a realist task',
17
author='Laurent Peuch',
18
long_description=read_md("README.md") + "\n\n" + open("CHANGELOG", "r").read(),
0 commit comments