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 42ae7cf commit c48623fCopy full SHA for c48623f
CHANGELOG
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-0.8 (unreleased)
+0.8 (2018-10-29)
5
----------------
6
7
- add support to typed function arguments https://github.com/PyCQA/redbaron/pull/168 Scott Belden and additional work by bram
setup.py
@@ -12,7 +12,7 @@
12
13
14
setup(name='redbaron',
15
- version='0.7.1',
+ version='0.8',
16
description='Abstraction on top of baron, a FST for python to make writing refactoring code a realistic task',
17
author='Laurent Peuch',
18
long_description=read_md("README.md") + "\n\n" + open("CHANGELOG", "r").read(),
0 commit comments