Skip to content

Commit 848ef85

Browse files
committed
Don
1 parent 6a4bef8 commit 848ef85

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/source/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ Glossary
3737
Releases
3838
---------------------
3939

40+
v4.0.3
41+
====================
42+
- Fixed object editing window saving to an incorrect index (and removing other objects).
43+
44+
4045
v4.0.2
4146
====================
4247
- Fixed automatic responders not being serializable.

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.2"
25+
VERSION = "4.0.3"
2626

2727

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

0 commit comments

Comments
 (0)