Skip to content

Commit

Permalink
[enh] bugfix release 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Jan 14, 2017
1 parent 85541ed commit 34f5ed7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.6.4 (2017-01-14)
------------------

- fix regression in case a comment follow the ":" of a if/def/other

0.6.3 (2017-01-02)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


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

0 comments on commit 34f5ed7

Please sign in to comment.