Skip to content

Commit

Permalink
Bump version 3.6.23
Browse files Browse the repository at this point in the history
  • Loading branch information
phorward committed Nov 11, 2024
1 parent 73944e8 commit 58b1c4b
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.23]

- feat: Support enum type in exposed methods (#1313)
- fix: Add `**kwargs` to skeleton meta classes (#1314)

## [3.6.22]

- fix: `default_order`-code raises `errors.Unauthorized()` on MultiQuery (#1299)
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.22"
__version__ = "3.6.23"

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

0 comments on commit 58b1c4b

Please sign in to comment.