Skip to content

Commit

Permalink
[enh] release 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Aug 21, 2018
1 parent 0b326a4 commit d3836ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
@@ -1,8 +1,8 @@
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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@


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(),
Expand Down

0 comments on commit d3836ef

Please sign in to comment.