Skip to content

Commit e68d95e

Browse files
committed
bump version
1 parent 14d33c6 commit e68d95e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
4.0.5 -
1+
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
26
------------------
37
- fixed #344 - AttributeError when accessing Times with None value
48
- use __hash__ when evaluating equality

pykeepass/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "4.0.5"
1+
__version__ = "4.0.6"
22

33
__all__= ["__version__"]

0 commit comments

Comments
 (0)