Skip to content

Commit

Permalink
6.0.0-beta.14
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 25, 2024
1 parent 3af75ba commit 9e3bbd2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



## v6.0.0-beta.14 (2024-03-25)

### Fix

* fix: fix page get_or_create manager ([`6b8be36`](https://github.com/lotrekagency/camomilla/commit/6b8be366502f89e42f86da7611d0189990880080))

### Unknown

* Merge branch 'next' of github.com:lotrekagency/camomilla into next ([`3af75ba`](https://github.com/lotrekagency/camomilla/commit/3af75ba08c6fc7fef1fa07905968245a93293cb0))


## v6.0.0-beta.13 (2024-03-25)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion camomilla/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "6.0.0-beta.13"
__version__ = "6.0.0-beta.14"


def get_core_apps():
Expand Down
2 changes: 1 addition & 1 deletion camomilla/theme/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "6.0.0-beta.13"
__version__ = "6.0.0-beta.14"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from setuptools import setup

__version__ = "6.0.0-beta.13"
__version__ = "6.0.0-beta.14"

setup(version=__version__)

0 comments on commit 9e3bbd2

Please sign in to comment.