From f2353911a176fd9ea69e82d78a4bb16d0a82f317 Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Tue, 8 Sep 2020 22:33:10 +0300 Subject: [PATCH] Prepare for 1.0.0 release (#24) --- README.rst | 8 +++++++- setup.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5900612..11b14fc 100644 --- a/README.rst +++ b/README.rst @@ -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) diff --git a/setup.py b/setup.py index 2218bea..58ddc1f 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='topy', - version='0.3.0', + version='1.0.0', # PyPI metadata author='Marti Raudsepp',