Skip to content

Commit 34df9d7

Browse files
authored
Prepare for release: v1.1.2 (#406)
* Bump version: 1.1.1 → 1.1.2 * Added changelog for v1.1.2
1 parent 6fb93a0 commit 34df9d7

File tree

4 files changed

+45
-3
lines changed

4 files changed

+45
-3
lines changed

Changelog.rst

+42
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,48 @@
44
Change history
55
================
66

7+
.. _version-1.1.2:
8+
9+
1.1.2
10+
=====
11+
:release-date: 14 August, 2024
12+
:release-by: Tomer Nosrati
13+
14+
What's Changed
15+
==============
16+
17+
Key Highlights
18+
--------------
19+
20+
Fixed Redis container instabilities in #405
21+
22+
Other Changes
23+
-------------
24+
- Build(deps): Bump botocore from 1.34.158 to 1.34.161 (#382)
25+
- Build(deps): Bump boto3 from 1.34.158 to 1.34.161 (#383)
26+
- Build(deps): Bump botocore from 1.34.161 to 1.34.162 (#384)
27+
- Build(deps): Bump setuptools from 72.1.0 to 72.2.0 (#381)
28+
- Build(deps-dev): Bump types-redis from 4.6.0.20240806 to 4.6.0.20240819 (#385)
29+
- Build(deps): Bump boto3 from 1.34.161 to 1.34.162 (#386)
30+
- Build(deps): Bump setuptools from 72.2.0 to 73.0.0 (#387)
31+
- Build(deps): Bump setuptools from 73.0.0 to 73.0.1 (#388)
32+
- Build(deps-dev): Bump mypy from 1.11.1 to 1.11.2 (#389)
33+
- Build(deps): Bump setuptools from 73.0.1 to 74.0.0 (#390)
34+
- Build(deps): Bump urllib3 from 1.26.19 to 1.26.20 (#391)
35+
- Build(deps): Bump setuptools from 74.0.0 to 74.1.0 (#392)
36+
- Build(deps-dev): Bump types-redis from 4.6.0.20240819 to 4.6.0.20240903 (#393)
37+
- Build(deps): Bump setuptools from 74.1.0 to 74.1.1 (#394)
38+
- Build(deps): Bump setuptools from 74.1.1 to 74.1.2 (#395)
39+
- Added docker cleanup auto-fixture to improve tests stability (#396)
40+
- Changed --reruns 3 -> 5 in the CI for hybrid_setup example (to mitigate docker failures) (#398)
41+
- Added "--reruns-delay 10" in the examples CI (#399)
42+
- Bumping Dependencies (inc. pyproject.toml) (#397)
43+
- Build(deps-dev): Bump pytest from 8.3.2 to 8.3.3 (#402)
44+
- blacksmith.sh: Migrate workflows to Blacksmith (#403)
45+
- Build(deps): Bump botocore from 1.35.14 to 1.35.18 (#404)
46+
- Fix Redis container from aborting randomly (#405)
47+
- Prepare for release: v1.1.2 (#406)
48+
749
.. _version-1.1.1:
850

951
1.1.1

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.1
4+
:Version: 1.1.2
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.1"
64+
version = "1.1.2"
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.1"
6+
__version__ = "1.1.2"
77
__author__ = "Tomer Nosrati"
88
__contact__ = "[email protected]"
99
__homepage__ = "https://pytest-celery.readthedocs.io/"

0 commit comments

Comments
 (0)