Skip to content

Commit

Permalink
[enh] release 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Jun 12, 2017
1 parent 4366149 commit eaedc33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Changelog
=========

0.6.6 (unreleased)
0.6.6 (2017-06-12)
------------------

- fix situation where a deindented comment between a if and elif/else broken
parsing, see https://github.com/PyCQA/baron/issues/87
- around 35-40% parsing speed improvment on big files by duncf
- around 35-40% to 75% parsing speed improvment on big files by duncf
https://github.com/PyCQA/baron/pull/99

0.6.5 (2017-01-26)
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.5',
version='0.6.6',
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 eaedc33

Please sign in to comment.