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

[enh] release 0.7

parent 0b326a46
No related branches found
No related tags found
No related merge requests found
Changelog
=========
 
0.6.4 (unreleased)
------------------
0.7 (2018-08-21)
----------------
 
- fix to_python() when strings are indented by stripping whitespace before evaluating by duncf https://github.com/PyCQA/redbaron/pull/140
 
Loading
Loading
Loading
Loading
@@ -12,7 +12,7 @@ except ImportError:
 
 
setup(name='redbaron',
version='0.6.4',
version='0.7',
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