소스 검색

Bump version 0.7.2

Oz N Tiram 9 년 전
부모
커밋
b17955ff2f
2개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  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"