Skip to content

Commit

Permalink
[enh] release
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Jan 31, 2015
1 parent cfc9526 commit c02523c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.7 (unreleased)
0.6.1 (2015-01-31)
------------------

- fix: the string was having a greedy behavior on grouping the string tokens
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',
version='0.6.1',
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 c02523c

Please sign in to comment.