Release v1.4.5

This commit is contained in:
GDay
2022-11-13 01:12:52 +01:00
parent cf458304cc
commit b73fea49b5
3 changed files with 6 additions and 2 deletions

View File

@@ -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:**

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.4'
release = '1.4.5'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-q2"
version = "1.4.4"
version = "1.4.5"
packages = [
{ include = "django_q" },
]