diff --git a/CHANGES.txt b/CHANGES.txt index 0f9469c..31fdf54 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,5 @@ +v0.3.0, 2020-06-20 -- Fix the mess with versions +v0.2.3, 2020-06-20 -- Use dirname instead of split v0.2.2, 2020-06-20 -- Add python 3.7 and 3.8 to travis (remove 3.3) v0.2.1, 2017-03-04 -- Add python 3.6 to travis (remove 2.6 and 3.3) v0.2.0, 2016-03-09 -- Remove ujson for json diff --git a/setup.py b/setup.py index 200b70e..c47e1fb 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def run_tests(self): setup( name='RandomWords', - version='0.2.2', + version='0.3.0', author='Tomek Święcicki', author_email='tomislater@gmail.com', packages=['random_words'],