From 1764c5c8ae4022589b441aaf79253a72f5fae222 Mon Sep 17 00:00:00 2001 From: Stan Triepels <1939656+GDay@users.noreply.github.com> Date: Mon, 7 Nov 2022 17:47:05 +0100 Subject: [PATCH] Release 1.4.3 (#32) Update changelog and bump version number --- CHANGELOG.md | 8 ++++++-- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f16f435..204b686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,22 @@ ## [Unreleased](https://github.com/GDay/django-q2/tree/HEAD) + +## [v1.4.3](https://github.com/GDay/django-q2/tree/v1.4.3) (2022-11-07) + **Merged pull requests:** - Fix: func reference in admin https://github.com/GDay/django-q2/pull/28 +- Add python 3.11 support and remove 3.7 (as it was never supported by this package anyway) -## [v1.4.2](https://github.com/GDay/django-q2/tree/v1.4.2) (2022-11-22) +## [v1.4.2](https://github.com/GDay/django-q2/tree/v1.4.2) (2022-10-22) **Merged pull requests:** - Make redis dependency optional and update boto3 #22 -## [v1.4.1](https://github.com/GDay/django-q2/tree/v1.4.1) (2022-11-21) +## [v1.4.1](https://github.com/GDay/django-q2/tree/v1.4.1) (2022-10-21) **Merged pull requests:** diff --git a/docs/conf.py b/docs/conf.py index f78a072..e643bed 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.2' +release = '1.4.3' # 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 13f4f79..de2cc15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-q2" -version = "1.4.2" +version = "1.4.3" packages = [ { include = "django_q" }, ]