Skip to content

Commit

Permalink
0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Dec 8, 2021
1 parent 6784713 commit c256895
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.10 (unreleased)
0.10 (2021-12-08)
-----------------

- bug fix: baron is now able to parse "class A(b, c=d): pass"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


setup(name='baron',
version='0.9',
version='0.10',
description='Full Syntax Tree for python to make writing refactoring code a realist task',
author='Laurent Peuch',
long_description=open("README.md").read() + "\n\n" + open("CHANGELOG", "r").read(),
Expand Down

0 comments on commit c256895

Please sign in to comment.