We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554ea6d commit d676f99Copy full SHA for d676f99
CHANGELOG
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-0.4 (unreleased)
+0.4 (2014-09-29)
5
----------------
6
7
- new rendering type in the nodes_rendering_order dictionary: string. This
setup.py
@@ -12,7 +12,7 @@
12
13
14
setup(name='baron',
15
- version='0.3.1',
+ version='0.4',
16
description='Full Syntax Tree for python to make writing refactoring code a realist task',
17
author='Laurent Peuch',
18
long_description=read_md("README.md") + "\n\n" + open("CHANGELOG", "r").read(),
0 commit comments