Skip to content
Snippets Groups Projects
Commit ff14773f authored by Laurent Peuch's avatar Laurent Peuch
Browse files

[enh] bugfix release 0.9.1

parent cfa54321
No related branches found
No related tags found
No related merge requests found
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)
----------------
 
Loading
Loading
Loading
Loading
@@ -12,7 +12,7 @@ except ImportError:
 
 
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(),
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment