Browse Source

Bump version 0.7.2

Oz N Tiram 9 years ago
parent
commit
b17955ff2f
2 changed files with 7 additions and 1 deletions
  1. 6 0
      ChangeLog
  2. 1 1
      pwman/__init__.py

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+2015-Oct-21 Oz Nahum Tiram <nahumoz@gmail.com>
+	* Version 0.7.2
+	* Fix bug on Windows OS 
+	* Catch up with 0.7
+	* See git log for major changes between 0.6 and 0.7
+
 2015-Mar-19 Oz Nahum Tiram <nahumoz@gmail.com>
 	
 	* version 0.6

+ 1 - 1
pwman/__init__.py

@@ -32,7 +32,7 @@ appname = "pwman3"
 try:
     version = pkg_resources.get_distribution('pwman3').version
 except pkg_resources.DistributionNotFound:  # pragma: no cover
-    version = "0.7.1"
+    version = "0.7.2"
 
 website = "http://pwman3.github.io/pwman3/"
 author = "Oz Nahum Tiram"