Skip to content

Commit eaedc33

Browse files
committed
[enh] release 0.6.6
1 parent 4366149 commit eaedc33

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,12 +1,12 @@
11
Changelog
22
=========
33

4-
0.6.6 (unreleased)
4+
0.6.6 (2017-06-12)
55
------------------
66

77
- fix situation where a deindented comment between a if and elif/else broken
88
parsing, see https://github.com/PyCQA/baron/issues/87
9-
- around 35-40% parsing speed improvment on big files by duncf
9+
- around 35-40% to 75% parsing speed improvment on big files by duncf
1010
https://github.com/PyCQA/baron/pull/99
1111

1212
0.6.5 (2017-01-26)

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