Skip to content

Commit 4c006c8

Browse files
committed
Bump version 3.8.10
1 parent 4d6aa37 commit 4c006c8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This file documents any relevant changes done to ViUR-core since version 3.
44

5+
## [3.8.10]
6+
7+
- fix: RawBone looses its value when invalid (#1595)
8+
59
## [3.8.9]
610

711
- fix: `Tree._clone_recursive` internal call (#1593)

src/viur/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This will mark it as a pre-release as well on PyPI.
44
# See CONTRIBUTING.md for further information.
55

6-
__version__ = "3.8.9"
6+
__version__ = "3.8.10"
77

88
assert __version__.count(".") >= 2 and "".join(__version__.split(".", 3)[:3]).isdigit(), \
99
"Semantic __version__ expected!"

0 commit comments

Comments
 (0)