Skip to content

Commit 714ecb9

Browse files
committed
[enh] release 0.7
1 parent d36cf9f commit 714ecb9

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.7 (unreleased)
5-
------------------
4+
0.7 (2018-08-21)
5+
----------------
66

77
- fix line continuation https://github.com/PyCQA/baron/pull/92 by ibizaman
88
- handle corrupt cache file situation https://github.com/PyCQA/baron/pull/76 by ryu2

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='baron',
15-
version='0.6.6',
15+
version='0.7',
1616
description='Full Syntax Tree for python to make writing refactoring code a realist task',
1717
author='Laurent Peuch',
1818
long_description=read_md("README.md") + "\n\n" + open("CHANGELOG", "r").read(),

0 commit comments

Comments
 (0)