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 d36cf9f commit 714ecb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

0.7 (unreleased)
------------------
0.7 (2018-08-21)
----------------

- fix line continuation https://github.com/PyCQA/baron/pull/92 by ibizaman
- handle corrupt cache file situation https://github.com/PyCQA/baron/pull/76 by ryu2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


setup(name='baron',
version='0.6.6',
version='0.7',
description='Full Syntax Tree for python to make writing refactoring code a realist task',
author='Laurent Peuch',
long_description=read_md("README.md") + "\n\n" + open("CHANGELOG", "r").read(),
Expand Down

0 comments on commit 714ecb9

Please sign in to comment.