File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
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
12120.6.5 (2017-01-26)
Original file line number Diff line number Diff line change 1212
1313
1414setup (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 (),
You can’t perform that action at this time.
0 commit comments