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 Nov 8, 2023
2 parents d87a031 + 66b0692 commit a9f6365
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.9 (2023-11-08)

### Documentation

* docs: update changelog ([`7dd4edf`](https://github.com/lotrekagency/camomilla/commit/7dd4edf38b6800d8a258714b617b3899cb1e4f5b))

### Fix

* fix: fix APPEND_SLASH django config ([`81a43e2`](https://github.com/lotrekagency/camomilla/commit/81a43e238c5c3d524b353c5d0564b3e1649b16a9))


## v6.0.0-beta.8 (2023-10-10)

### Chore
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.8"
__version__ = "6.0.0-beta.9"


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.8"
__version__ = "6.0.0-beta.9"
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.8"
__version__ = "6.0.0-beta.9"

setup(version=__version__)

0 comments on commit a9f6365

Please sign in to comment.