Skip to content

Commit

Permalink
Release v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GDay committed Nov 3, 2024
1 parent fb23b6b commit ccd760a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v1.7.4](https://github.com/django-q2/django-q2/tree/v1.7.4) (2024-11-03)

- Decrease the MAX_RSS set in test_cluster::test_max_rss https://github.com/django-q2/django-q2/pull/240
- Fix BROKER_CLASS monkeypatch in test_brokers https://github.com/django-q2/django-q2/pull/239
- Fix 'receive_message_wait_time_seconds' SQS broker management https://github.com/django-q2/django-q2/pull/243

## [v1.7.3](https://github.com/django-q2/django-q2/tree/v1.7.3) (2024-10-15)

- Catch missing SEGALRM with AttributeError instead of ValueError https://github.com/django-q2/django-q2/pull/223
Expand Down
2 changes: 1 addition & 1 deletion django_q/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import django

VERSION = (1, 7, 3)
VERSION = (1, 7, 4)

if django.VERSION < (3, 2):
default_app_config = "django_q.apps.DjangoQConfig"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# The short X.Y version.
version = "1.7"
# The full version, including alpha/beta/rc tags.
release = "1.7.3"
release = "1.7.4"

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "django-q2"
version = "1.7.3"
version = "1.7.4"
packages = [
{ include = "django_q" },
]
Expand Down

0 comments on commit ccd760a

Please sign in to comment.