فهرست منبع

Bump version to 0.9.11

Oz N Tiram 6 سال پیش
والد
کامیت
3d6b14909c
3فایلهای تغییر یافته به همراه6 افزوده شده و 2 حذف شده
  1. 4 0
      ChangeLog
  2. 1 1
      pwman/__init__.py
  3. 1 1
      setup.py

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2018-Aug-23  Oz Nahum Tiram <oz.tiram@gmail.com>
+	* Release version 0.9.11
+	* A small fix for the unit test suite
+
 2018-Aug-22  Oz Nahum Tiram <oz.tiram@gmail.com>
 	* Release version 0.9.10
 	* Fix depedency on older version of cryptography

+ 1 - 1
pwman/__init__.py

@@ -41,7 +41,7 @@ appname = "pwman3"
 try:
     version = pkg_resources.get_distribution('pwman3').version
 except pkg_resources.DistributionNotFound:  # pragma: no cover
-    version = "0.9.10"
+    version = "0.9.11"
 
 
 class PkgMetadata(object):

+ 1 - 1
setup.py

@@ -348,7 +348,7 @@ packages = find_packages(exclude=['tests', 'pwman/ui/templates'])
 
 
 setup(name='pwman3',
-      version='0.9.10',
+      version='0.9.11',
       description=("a command line password manager with support for multiple"
                    " databases."),
       long_description=long_description,