Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Evidlo committed Aug 22, 2023
1 parent 14d33c6 commit e68d95e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
@@ -1,4 +1,8 @@
4.0.5 -
4.0.6 - 2023-08-22
------------------
- fixed #350 - fixed all Python 2 deprecation FIXMEs (e.g. future, )

4.0.5 - 2023-06-05
------------------
- fixed #344 - AttributeError when accessing Times with None value
- use __hash__ when evaluating equality
Expand Down
2 changes: 1 addition & 1 deletion pykeepass/version.py
@@ -1,3 +1,3 @@
__version__ = "4.0.5"
__version__ = "4.0.6"

__all__= ["__version__"]

0 comments on commit e68d95e

Please sign in to comment.