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 6a4bef8 commit 848ef85Copy full SHA for 848ef85
docs/source/changelog.rst
@@ -37,6 +37,11 @@ Glossary
37
Releases
38
---------------------
39
40
+v4.0.3
41
+====================
42
+- Fixed object editing window saving to an incorrect index (and removing other objects).
43
+
44
45
v4.0.2
46
====================
47
- Fixed automatic responders not being serializable.
src/daf/__init__.py
@@ -22,7 +22,7 @@
22
import warnings
23
24
25
-VERSION = "4.0.2"
+VERSION = "4.0.3"
26
27
28
if sys.version_info.minor == 12 and sys.version_info.major == 3:
0 commit comments