We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6aa37 commit 4c006c8Copy full SHA for 4c006c8
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
This file documents any relevant changes done to ViUR-core since version 3.
4
5
+## [3.8.10]
6
+
7
+- fix: RawBone looses its value when invalid (#1595)
8
9
## [3.8.9]
10
11
- fix: `Tree._clone_recursive` internal call (#1593)
src/viur/core/version.py
@@ -3,7 +3,7 @@
# This will mark it as a pre-release as well on PyPI.
# See CONTRIBUTING.md for further information.
-__version__ = "3.8.9"
+__version__ = "3.8.10"
assert __version__.count(".") >= 2 and "".join(__version__.split(".", 3)[:3]).isdigit(), \
"Semantic __version__ expected!"
0 commit comments