Ver Fonte

Bump version

Oz N Tiram há 9 anos atrás
pai
commit
e4cf3e0ca8
2 ficheiros alterados com 5 adições e 1 exclusões
  1. 4 0
      ChangeLog
  2. 1 1
      setup.py

+ 4 - 0
ChangeLog

@@ -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

+ 1 - 1
setup.py

@@ -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',