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 d36cf9f commit 714ecb9Copy full SHA for 714ecb9
CHANGELOG
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-0.7 (unreleased)
5
-------------------
+0.7 (2018-08-21)
+----------------
6
7
- fix line continuation https://github.com/PyCQA/baron/pull/92 by ibizaman
8
- handle corrupt cache file situation https://github.com/PyCQA/baron/pull/76 by ryu2
setup.py
@@ -12,7 +12,7 @@
12
13
14
setup(name='baron',
15
- version='0.6.6',
+ version='0.7',
16
description='Full Syntax Tree for python to make writing refactoring code a realist task',
17
author='Laurent Peuch',
18
long_description=read_md("README.md") + "\n\n" + open("CHANGELOG", "r").read(),
0 commit comments