Skip to content

Commit d3836ef

Browse files
committed
[enh] release 0.7
1 parent 0b326a4 commit d3836ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
0.6.4 (unreleased)
5-
------------------
4+
0.7 (2018-08-21)
5+
----------------
66

77
- fix to_python() when strings are indented by stripping whitespace before evaluating by duncf https://github.com/PyCQA/redbaron/pull/140
88

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
setup(name='redbaron',
15-
version='0.6.4',
15+
version='0.7',
1616
description='Abstraction on top of baron, a FST for python to make writing refactoring code a realistic task',
1717
author='Laurent Peuch',
1818
long_description=read_md("README.md") + "\n\n" + open("CHANGELOG", "r").read(),

0 commit comments

Comments
 (0)