diff --git a/CHANGELOG.md b/CHANGELOG.md index 07336ffc..ba8132e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ UNRELEASED ---------- + +2022.8.0 +-------- + * [ [#269](https://github.com/digitalfabrik/lunes-cms/issues/269) ] Allow to set custom API key * [ [#285](https://github.com/digitalfabrik/lunes-cms/issues/285) ] Generate API key with correct requirements * [ [#271](https://github.com/digitalfabrik/lunes-cms/issues/271) ] Generate QR codes for API keys diff --git a/docs/src/conf.py b/docs/src/conf.py index 0fb2eaed..1da584b0 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -39,7 +39,7 @@ #: The project author author = "Lunes" #: The full version, including alpha/beta/rc tags -release = "2022.6.2" +release = "2022.8.0" #: GitHub username github_username = "digitalfabrik" #: GitHub repository name diff --git a/lunes_cms/__init__.py b/lunes_cms/__init__.py index 7e5e9f98..5602ad76 100644 --- a/lunes_cms/__init__.py +++ b/lunes_cms/__init__.py @@ -1,4 +1,4 @@ """ Content Management System for the Lunes Vocabulary Trainer App """ -__version__ = "2022.6.2" +__version__ = "2022.8.0" diff --git a/setup.cfg b/setup.cfg index 5ceb5ad5..b2709d61 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = lunes-cms -version = 2022.6.2 +version = 2022.8.0 author = Tür an Tür – Digitalfabrik gGmbH author_email = tech@integreat-app.de description = Content Management System for the Lunes Vocabulary Trainer App @@ -79,7 +79,7 @@ test = pytest-xdist==2.5.0 [bumpver] -current_version = 2022.6.2 +current_version = 2022.8.0 version_pattern = YYYY.MM.INC0[-TAG] commit_message = Bump version to {new_version}