Skip to content

Commit 4ce9278

Browse files
authored
Prepare for release: v1.2.1 (#461)
* Bump version: 1.2.0 → 1.2.1 * Added changelog for v1.2.1 * Updated docs/conf.py
1 parent 0c246f7 commit 4ce9278

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

Changelog.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44
Change history
55
================
66

7+
.. _version-1.2.1:
8+
9+
1.2.1
10+
=====
11+
:release-date: 30 July, 2025
12+
:release-by: Tomer Nosrati
13+
14+
What's Changed
15+
==============
16+
17+
- Fixed spelling REDUCTED -> REDACTED, found by codespell (#446)
18+
- Added DeepWiki to README (#453)
19+
- Synced donation section in the docs to celery (#454)
20+
- Bumping Dependencies (poetry update --with test,dev,ci,docs) (#457)
21+
- Update `worker` `Dockerfile` image to `bookworm` (#460)
22+
- Prepare for release: v1.2.1 (#461)
23+
724
.. _version-1.2.0:
825

926
1.2.0

README.rst

Lines changed: 1 addition & 1 deletion
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.2.0
4+
:Version: 1.2.1
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/

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"pytest_celery",
55
__file__,
66
project="pytest_celery",
7-
version_dev="1.2",
8-
version_stable="1.1",
7+
version_dev="1.3",
8+
version_stable="1.2",
99
canonical_url="https://pytest-celery.readthedocs.io/",
1010
webdomain="pytest-celery.readthedocs.io",
1111
github_project="celery/pytest-celery",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ description = "Pytest plugin for Celery"
6262
homepage = "https://github.com/celery/pytest-celery"
6363
license = "BSD-3-Clause"
6464
name = "pytest-celery"
65-
version = "1.2.0"
65+
version = "1.2.1"
6666
readme = "README.rst"
6767
keywords = ["pytest", "celery"]
6868

src/pytest_celery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# flake8: noqa
44

55

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

0 commit comments

Comments
 (0)