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 7721761 commit a3cc187Copy full SHA for a3cc187
CHANGELOG
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+0.6.5 (2017-01-26)
5
+------------------
6
+
7
+- fix previous regression fix was broken
8
9
0.6.4 (2017-01-14)
10
------------------
11
setup.py
@@ -12,7 +12,7 @@
12
13
14
setup(name='baron',
15
- version='0.6.4',
+ version='0.6.5',
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