File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 0.5 (unreleased )
4+ 0.5 (2014-11-10 )
55----------------
66
77- rename "funcdef" node to "def" node to be way more intuitive.
Original file line number Diff line number Diff line change 5454# built documents.
5555#
5656# The short X.Y version.
57- version = '0.2 '
57+ version = '0.5 '
5858# The full version, including alpha/beta/rc tags.
59- release = '0.2 '
59+ release = '0.5 '
6060
6161# The language for content autogenerated by Sphinx. Refer to documentation
6262# for a list of supported languages.
Original file line number Diff line number Diff line change 1212
1313
1414setup (name = 'baron' ,
15- version = '0.4 ' ,
15+ version = '0.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 (),
You can’t perform that action at this time.
0 commit comments