Skip to content

Commit a3cc187

Browse files
committed
[enh] release 0.6.5
1 parent 7721761 commit a3cc187

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

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

4+
0.6.5 (2017-01-26)
5+
------------------
6+
7+
- fix previous regression fix was broken
8+
49
0.6.4 (2017-01-14)
510
------------------
611

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.4',
15+
version='0.6.5',
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)