diff --git a/ChangeLog b/ChangeLog index e79f2ab6..d325daba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-Jan-15 Oz Nahum Tiram + * Release 0.7.4 + * Fix typo in setup.py which affects windows installation + 2016-Jan-01 Oz Nahum Tiram * Version 0.7.3 * Multiple fixes diff --git a/setup.py b/setup.py index 99ad2492..b70086f4 100644 --- a/setup.py +++ b/setup.py @@ -334,7 +334,7 @@ def run(self): setup(name='pwman3', - version='0.7.3', + version='0.7.4', description = "a command line password manager with support for multiple databases.", long_description=long_description, author='Oz Nahum Tiram',