Skip to content

Commit

Permalink
[enh] bugfix release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Feb 1, 2019
1 parent cfa5432 commit ff14773
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.9.1 (2019-02-01)
------------------

- fix .names() and variations that didn't handle the case where there was "()" on FromImport nodes

0.9 (2019-02-01)
----------------

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='redbaron',
version='0.9',
version='0.9.1',
description='Abstraction on top of baron, a FST for python to make writing refactoring code a realistic task',
author='Laurent Peuch',
long_description=read_md("README.md") + "\n\n" + open("CHANGELOG", "r").read(),
Expand Down

0 comments on commit ff14773

Please sign in to comment.