Sfoglia il codice sorgente

Bump version 0.9.1

Oz N Tiram 8 anni fa
parent
commit
7eb8fe6716
3 ha cambiato i file con 6 aggiunte e 2 eliminazioni
  1. 4 0
      ChangeLog
  2. 1 1
      pwman/__init__.py
  3. 1 1
      setup.py

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2016-August-12 Oz Nahum Tiram <oz.tiram@gmail.com>
+	* Release 0.9.1	
+	* Windows fixes
+
 2016-August-09 Oz Nahum Tiram <oz.tiram@gmail.com>
 	* Release 0.9.0	
 	* Completely drop Python2 support

+ 1 - 1
pwman/__init__.py

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

+ 1 - 1
setup.py

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