Release 1.4.3 (#32)

Update changelog and bump version number
This commit is contained in:
Stan Triepels
2022-11-07 17:47:05 +01:00
committed by GitHub
parent f0cb10bc37
commit 1764c5c8ae
3 changed files with 8 additions and 4 deletions
+6 -2
View File
@@ -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:**
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-q2"
version = "1.4.2"
version = "1.4.3"
packages = [
{ include = "django_q" },
]