We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b326a4 commit d3836efCopy full SHA for d3836ef
CHANGELOG
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-0.6.4 (unreleased)
5
-------------------
+0.7 (2018-08-21)
+----------------
6
7
- fix to_python() when strings are indented by stripping whitespace before evaluating by duncf https://github.com/PyCQA/redbaron/pull/140
8
setup.py
@@ -12,7 +12,7 @@
12
13
14
setup(name='redbaron',
15
- version='0.6.4',
+ version='0.7',
16
description='Abstraction on top of baron, a FST for python to make writing refactoring code a realistic task',
17
author='Laurent Peuch',
18
long_description=read_md("README.md") + "\n\n" + open("CHANGELOG", "r").read(),
0 commit comments