We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d33c6 commit e68d95eCopy full SHA for e68d95e
CHANGELOG.rst
@@ -1,4 +1,8 @@
1
-4.0.5 -
+4.0.6 - 2023-08-22
2
+------------------
3
+- fixed #350 - fixed all Python 2 deprecation FIXMEs (e.g. future, )
4
+
5
+4.0.5 - 2023-06-05
6
------------------
7
- fixed #344 - AttributeError when accessing Times with None value
8
- use __hash__ when evaluating equality
pykeepass/version.py
@@ -1,3 +1,3 @@
-__version__ = "4.0.5"
+__version__ = "4.0.6"
__all__= ["__version__"]
0 commit comments