Skip to content

Commit 68b9981

Browse files
authored
Prepare for release: v1.1.3 (#419)
* Bump version: 1.1.2 → 1.1.3 * Added changelog for v1.1.3
1 parent a1b73b5 commit 68b9981

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

Changelog.rst

+25-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,35 @@
44
Change history
55
================
66

7+
.. _version-1.1.3:
8+
9+
1.1.3
10+
=====
11+
:release-date: 20 September, 2024
12+
:release-by: Tomer Nosrati
13+
14+
What's Changed
15+
==============
16+
17+
Fixed issues when using Redis as a backend.
18+
19+
- Build(deps): Bump boto3 from 1.35.14 to 1.35.18 (#409)
20+
- Build(deps): Bump botocore from 1.35.18 to 1.35.19 (#408)
21+
- Build(deps): Bump setuptools from 74.1.2 to 75.0.0 (#407)
22+
- Fixed Redis error in the smoke tests: "Possible SECURITY ATTACK detected" (#413)
23+
- Fix Redis memory overcommit warning in the CI (#414)
24+
- Build(deps): Bump setuptools from 75.0.0 to 75.1.0 (#411)
25+
- Relaxed flaky tests mechanism (#415)
26+
- Bumping Dependencies (inc. pyproject.toml) (#416)
27+
- Fixed IndexError when accessing the container port info (#417)
28+
- Resolved race condition during Redis backend teardown (#418)
29+
- Prepare for release: v1.1.3 (#419)
30+
731
.. _version-1.1.2:
832

933
1.1.2
1034
=====
11-
:release-date: 14 August, 2024
35+
:release-date: 14 September, 2024
1236
:release-by: Tomer Nosrati
1337

1438
What's Changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
|build-status| |coverage| |license| |semgrep| |pyversion| |pyimp| |ocbackerbadge| |ocsponsorbadge| |poetry|
33

4-
:Version: 1.1.2
4+
:Version: 1.1.3
55
:Web: https://pytest-celery.readthedocs.io/en/latest/
66
:Download: https://pypi.org/project/pytest-celery/
77
:Source: https://github.com/celery/pytest-celery/

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ description = "Pytest plugin for Celery"
6161
homepage = "https://github.com/celery/pytest-celery"
6262
license = "BSD"
6363
name = "pytest-celery"
64-
version = "1.1.2"
64+
version = "1.1.3"
6565
readme = "README.rst"
6666
keywords = ["pytest", "celery"]
6767

src/pytest_celery/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# flake8: noqa
44

55

6-
__version__ = "1.1.2"
6+
__version__ = "1.1.3"
77
__author__ = "Tomer Nosrati"
88
__contact__ = "[email protected]"
99
__homepage__ = "https://pytest-celery.readthedocs.io/"

0 commit comments

Comments
 (0)