Skip to content

Commit

Permalink
Bump version 3.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
phorward committed Aug 29, 2024
1 parent 6825f46 commit dd0431b
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.15]

- fix: `Skeleton.toDB()`s `is_add` determined wrong (#1248)
- feat: Improve `CaptchaBone` (#1243)

## [3.6.14]

- feat: Extend `CONTRIBUTING.md` with Coding Conventions (#1233)
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.14"
__version__ = "3.6.15"

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

0 comments on commit dd0431b

Please sign in to comment.