Skip to content

Commit e2f65f9

Browse files
committed
[enh] release 0.5 (micro release, but retro compatibility is broken)
1 parent dc8e78f commit e2f65f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
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.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
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.

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.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(),

0 commit comments

Comments
 (0)