Skip to content

Commit

Permalink
Version 2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andychase committed May 12, 2015
1 parent 1389e2a commit 47ee095
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ Send me suggestions, issues, and pull requests and I'll gladly review them!
Versions
--------

- *2.1* Change `yaml.load` to `yaml.safe_load` for security
- *2.0* Major Refactor, Python 3, Better Parser builders
- *1.1* Fix setup.py
- *1.0* Release
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ def readme_or_docstring():

return reparse.__doc__

setup(name='Reparse',
version='2.01',
setup(name='reparse',
version='2.1',
description='Sane Regular Expression based parsers',
long_description=readme_or_docstring(),
author='Andy Chase',
Expand Down

0 comments on commit 47ee095

Please sign in to comment.