diff --git a/CHANGELOG.md b/CHANGELOG.md index d97d44d..672bb72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased](https://github.com/GDay/django-q2/tree/HEAD) +## [v1.4.5](https://github.com/GDay/django-q2/tree/v1.4.5) (2022-11-13) + +- Fix release workflow + ## [v1.4.4](https://github.com/GDay/django-q2/tree/v1.4.4) (2022-11-13) **Merged pull requests:** diff --git a/docs/conf.py b/docs/conf.py index 2a0b392..3a54996 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,7 +73,7 @@ author = 'Ilan Steemers, Stan Triepels' # The short X.Y version. version = '1.4' # The full version, including alpha/beta/rc tags. -release = '1.4.4' +release = '1.4.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index 0158ef7..d5d52b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-q2" -version = "1.4.4" +version = "1.4.5" packages = [ { include = "django_q" }, ]