@@ -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
@@ -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):
@@ -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,