@@ -1,3 +1,8 @@
+2018-Aug-22 Oz Nahum Tiram <oz.tiram@gmail.com>
+ * Release version 0.9.10
+ * Fix depedency on older version of cryptography
+ * Fix tests invocation
+
2018-June-21 Oz Nahum Tiram <oz.tiram@gmail.com>
* Release version 0.9.9
* Multiple bug fixes
@@ -41,7 +41,7 @@ appname = "pwman3"
try:
version = pkg_resources.get_distribution('pwman3').version
except pkg_resources.DistributionNotFound: # pragma: no cover
- version = "0.9.5"
+ version = "0.9.10"
class PkgMetadata(object):
@@ -348,7 +348,7 @@ packages = find_packages(exclude=['tests', 'pwman/ui/templates'])
setup(name='pwman3',
- version='0.9.9',
+ version='0.9.10',
description=("a command line password manager with support for multiple"
" databases."),
long_description=long_description,