Skip to content

Commit

Permalink
[enh] release 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Oct 29, 2018
1 parent 42ae7cf commit c48623f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.8 (unreleased)
0.8 (2018-10-29)
----------------

- add support to typed function arguments https://github.com/PyCQA/redbaron/pull/168 Scott Belden and additional work by bram
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


setup(name='redbaron',
version='0.7.1',
version='0.8',
description='Abstraction on top of baron, a FST for python to make writing refactoring code a realistic task',
author='Laurent Peuch',
long_description=read_md("README.md") + "\n\n" + open("CHANGELOG", "r").read(),
Expand Down

0 comments on commit c48623f

Please sign in to comment.