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 cfc9526 commit c02523cCopy full SHA for c02523c
CHANGELOG
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-0.7 (unreleased)
+0.6.1 (2015-01-31)
5
------------------
6
7
- fix: the string was having a greedy behavior on grouping the string tokens
setup.py
@@ -12,7 +12,7 @@
12
13
14
setup(name='baron',
15
- version='0.6',
+ version='0.6.1',
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