Skip to content

Commit 1341f33

Browse files
committed
4.0.4
1 parent 5fcd7cc commit 1341f33

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/source/changelog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ Glossary
3737
Releases
3838
---------------------
3939

40-
|UNRELEASED| v4.0.4
40+
v4.0.4
4141
=====================
4242
- Fixed automatic responder's not being removable over a remote connection.
4343
- Fixed casting error when trying to update objects with ``Literal`` parameters.
44+
- Other GUI fixes (from tkclasswiz library)
4445

4546

4647
v4.0.3

src/daf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import warnings
2323

2424

25-
VERSION = "4.0.3"
25+
VERSION = "4.0.4"
2626

2727

2828
if sys.version_info.minor == 12 and sys.version_info.major == 3:

0 commit comments

Comments
 (0)