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 5fcd7cc commit 1341f33Copy full SHA for 1341f33
docs/source/changelog.rst
@@ -37,10 +37,11 @@ Glossary
37
Releases
38
---------------------
39
40
-|UNRELEASED| v4.0.4
+v4.0.4
41
=====================
42
- Fixed automatic responder's not being removable over a remote connection.
43
- Fixed casting error when trying to update objects with ``Literal`` parameters.
44
+- Other GUI fixes (from tkclasswiz library)
45
46
47
v4.0.3
src/daf/__init__.py
@@ -22,7 +22,7 @@
22
import warnings
23
24
25
-VERSION = "4.0.3"
+VERSION = "4.0.4"
26
27
28
if sys.version_info.minor == 12 and sys.version_info.major == 3:
0 commit comments