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 e65b401 commit 3756617Copy full SHA for 3756617
CHANGELOG
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-0.8 (unreleased)
+0.8 (2018-10-29)
5
----------------
6
7
- add typed parameters support https://github.com/PyCQA/baron/pull/140 by Scott Belden and and additional work by bram
setup.py
@@ -12,7 +12,7 @@
12
13
14
setup(name='baron',
15
- version='0.7',
+ version='0.8',
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