From 2a2d5d905100c237a1b2d1c9afdaa6f7b3b16be5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 25 Mar 2024 10:22:17 +0000 Subject: [PATCH] 6.0.0-beta.13 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ camomilla/__init__.py | 2 +- camomilla/theme/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b339078..c07d06b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/camomilla/__init__.py b/camomilla/__init__.py index ed8a85e..0e3092f 100755 --- a/camomilla/__init__.py +++ b/camomilla/__init__.py @@ -1,4 +1,4 @@ -__version__ = "6.0.0-beta.12" +__version__ = "6.0.0-beta.13" def get_core_apps(): diff --git a/camomilla/theme/__init__.py b/camomilla/theme/__init__.py index 1612a06..f0a8e4a 100755 --- a/camomilla/theme/__init__.py +++ b/camomilla/theme/__init__.py @@ -1 +1 @@ -__version__ = "6.0.0-beta.12" +__version__ = "6.0.0-beta.13" diff --git a/setup.py b/setup.py index e152ef6..80f04f3 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ from setuptools import setup -__version__ = "6.0.0-beta.12" +__version__ = "6.0.0-beta.13" setup(version=__version__)