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

[enh] release

parent 1ac5233d
No related branches found
No related tags found
No related merge requests found
Changelog
=========
 
0.5 (unreleased)
--------------------
0.5 (2015-01-31)
----------------
 
- fix index handling in get_absolute_bounding_box_of_attribute method in
a LineProxyList
Loading
Loading
Loading
Loading
@@ -12,13 +12,13 @@ except ImportError:
 
 
setup(name='redbaron',
version='0.4',
version='0.5',
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(),
author_email='cortex@worlddomination.be',
url='https://github.com/Psycojoker/redbaron',
install_requires=['baron>=0.5', 'pygments'],
install_requires=['baron>=0.6.1', 'pygments'],
license= 'lgplv3+',
py_modules=["redbaron"],
keywords='baron fst ast refactoring',
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