Skip to content

Commit

Permalink
Prepare for 1.0.0 release (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr authored Sep 8, 2020
1 parent bb6a0cc commit f235391
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,15 @@ Resources
Changelog
---------

1.0.0 (2020-09-08)

* Updated bundled ruleset from Wikipedia (#23)
* Removed Python 2.x and <3.5 compatibility code (#22)
* Fixed Travis CI configuration (#21)

0.3.0 (2020-06-02)

Note: This will be the last release to support Python 2.7.
Note: This was the last release to support Python 2.7.

* Updated bundled ruleset (thanks to Oscar Caballero)
* Added --disable option to disable individual rules (thanks to Oscar Caballero)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='topy',
version='0.3.0',
version='1.0.0',

# PyPI metadata
author='Marti Raudsepp',
Expand Down

0 comments on commit f235391

Please sign in to comment.