Skip to content

Commit

Permalink
Merge branch 'next' of github.com:lotrekagency/camomilla into next
Browse files Browse the repository at this point in the history
  • Loading branch information
bnznamco committed Mar 25, 2024
2 parents 6b8be36 + 2a2d5d9 commit 3af75ba
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



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

### Feature

* feat: allow composite slugs in page models without a parent ([`4265a76`](https://github.com/lotrekagency/camomilla/commit/4265a76c655bac27fdb4182707ef035265f90ccb))


## v6.0.0-beta.12 (2024-01-29)

### Fix
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.12"
__version__ = "6.0.0-beta.13"


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.12"
__version__ = "6.0.0-beta.13"
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.12"
__version__ = "6.0.0-beta.13"

setup(version=__version__)

0 comments on commit 3af75ba

Please sign in to comment.