@@ -1,3 +1,7 @@
+2016-Jan-15 Oz Nahum Tiram <nahumoz@gmail.com>
+ * Release 0.7.4
+ * Fix typo in setup.py which affects windows installation
+
2016-Jan-01 Oz Nahum Tiram <nahumoz@gmail.com>
* Version 0.7.3
* Multiple fixes
@@ -334,7 +334,7 @@ Pwman3 supports MySQL, Postgresql and SQLite"""
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',