Skip to content

Commit

Permalink
Don
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhozic committed Feb 1, 2024
1 parent a88f43d commit 3d3eea4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ Glossary
Releases
---------------------

v4.0.3
====================
- Fixed object editing window saving to an incorrect index (and removing other objects).


v4.0.2
====================
- Fixed automatic responders not being serializable.
Expand Down
2 changes: 1 addition & 1 deletion src/daf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import warnings


VERSION = "4.0.2"
VERSION = "4.0.3"


if sys.version_info.minor == 12 and sys.version_info.major == 3:
Expand Down

0 comments on commit 3d3eea4

Please sign in to comment.