Skip to content

Commit

Permalink
Bump version 3.6.26
Browse files Browse the repository at this point in the history
  • Loading branch information
phorward committed Nov 29, 2024
1 parent d8062aa commit 11c64a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [3.6.26]

- feat: `pattern`-parameter for `Translation.get_public()` (#1337)
- fix: Correct `translation_key_prefix_skeleton_bonename` and `translation_key_prefix_bonename` (#1336)

## [3.6.25]

- fix: Revert changes from #1323 (#1332)
Expand Down
2 changes: 1 addition & 1 deletion src/viur/core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This will mark it as a pre-release as well on PyPI.
# See CONTRIBUTING.md for further information.

__version__ = "3.6.25"
__version__ = "3.6.26"

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

0 comments on commit 11c64a9

Please sign in to comment.