mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
Release 1.4.4 (#37)
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
|
||||
## [Unreleased](https://github.com/GDay/django-q2/tree/HEAD)
|
||||
|
||||
## [v1.4.4](https://github.com/GDay/django-q2/tree/v1.4.4) (2022-11-13)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Fix: Deprecation warning for Django 5.x https://github.com/GDay/django-q2/pull/34
|
||||
- Feat: Add biweekly and bimonthly https://github.com/GDay/django-q2/pull/36
|
||||
- Fix: Fix all translation strings and remove compiled https://github.com/GDay/django-q2/pull/36
|
||||
|
||||
@@ -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.3'
|
||||
release = '1.4.4'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "django-q2"
|
||||
version = "1.4.3"
|
||||
version = "1.4.4"
|
||||
packages = [
|
||||
{ include = "django_q" },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user