Skip to content

Commit

Permalink
Release v1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
GDay committed Jan 30, 2023
1 parent b9bdd64 commit 01cb652
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,14 @@

## [Unreleased](https://github.com/GDay/django-q2/tree/HEAD)

## [v1.4.10](https://github.com/GDay/django-q2/tree/v1.4.9) (2022-12-22)
## [v1.4.11](https://github.com/GDay/django-q2/tree/v1.4.11) (2023-01-30)

**Merged pull requests:**

- Fix missing setup file for "No matching distribution" error https://github.com/GDay/django-q2/pull/69
- Remove custom build (revert to auto create setup file) https://github.com/GDay/django-q2/pull/70

## [v1.4.10](https://github.com/GDay/django-q2/tree/v1.4.10) (2023-01-26)

**Merged pull requests:**

Expand Down
2 changes: 1 addition & 1 deletion django_q/__init__.py
@@ -1,6 +1,6 @@
import django

VERSION = (1, 4, 10)
VERSION = (1, 4, 11)

if django.VERSION < (3, 2):
default_app_config = "django_q.apps.DjangoQConfig"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -75,7 +75,7 @@
# The short X.Y version.
version = "1.4"
# The full version, including alpha/beta/rc tags.
release = "1.4.10"
release = "1.4.11"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-q2"
version = "1.4.10"
version = "1.4.11"
packages = [
{ include = "django_q" },
]
Expand Down

0 comments on commit 01cb652

Please sign in to comment.