Skip to content

Commit

Permalink
Merge branch '3.6' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
phorward committed Dec 18, 2024
2 parents 83fda3a + 825c85f commit 538c52a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [3.6.29]

- fix: Don't create a CSP nonce if unsafe-inline is enabled (#1347)

## [3.6.28]

- fix: Hotfix for refactored `getSkel()` ported down from 3.7 source (#1341)
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.28"
__version__ = "3.6.29"

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

0 comments on commit 538c52a

Please sign in to comment.