From 06ad6154e3f8a2fa7b525d36308898b509b67cc1 Mon Sep 17 00:00:00 2001 From: Stan Triepels <1939656+GDay@users.noreply.github.com> Date: Sun, 13 Nov 2022 01:06:19 +0100 Subject: [PATCH] Release 1.4.4 (#37) --- CHANGELOG.md | 3 +++ docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4debe71..d97d44d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/conf.py b/docs/conf.py index e643bed..2a0b392 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.3' +release = '1.4.4' # 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 de2cc15..0158ef7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-q2" -version = "1.4.3" +version = "1.4.4" packages = [ { include = "django_q" }, ]