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 85541ed commit 34f5ed7Copy full SHA for 34f5ed7
CHANGELOG
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+0.6.4 (2017-01-14)
5
+------------------
6
+
7
+- fix regression in case a comment follow the ":" of a if/def/other
8
9
0.6.3 (2017-01-02)
10
------------------
11
setup.py
@@ -12,7 +12,7 @@
12
13
14
setup(name='baron',
15
- version='0.6.3',
+ version='0.6.4',
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