mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-23 08:18:12 +08:00
+6
-2
@@ -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
@@ -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
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "django-q2"
|
||||
version = "1.4.2"
|
||||
version = "1.4.3"
|
||||
packages = [
|
||||
{ include = "django_q" },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user