Skip to content

Commit 34f5ed7

Browse files
committed
[enh] bugfix release 0.6.4
1 parent 85541ed commit 34f5ed7

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.4 (2017-01-14)
5+
------------------
6+
7+
- fix regression in case a comment follow the ":" of a if/def/other
8+
49
0.6.3 (2017-01-02)
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.3',
15+
version='0.6.4',
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)