Skip to content

Commit

Permalink
fix the mess with versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomislater committed Jun 20, 2020
1 parent 46b6188 commit 65c4964
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 65c4964

Please sign in to comment.