From d810377471d7a29016845493aa09eee8f49fbf9c Mon Sep 17 00:00:00 2001 From: Tomer Nosrati Date: Wed, 30 Jul 2025 15:02:05 +0300 Subject: [PATCH 1/3] =?UTF-8?q?Bump=20version:=201.2.0=20=E2=86=92=201.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rst | 2 +- pyproject.toml | 2 +- src/pytest_celery/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 2c5a689c..ca76d38e 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ |build-status| |coverage| |license| |semgrep| |pyversion| |pyimp| |ocbackerbadge| |ocsponsorbadge| |poetry| -:Version: 1.2.0 +:Version: 1.2.1 :Web: https://pytest-celery.readthedocs.io/en/latest/ :Download: https://pypi.org/project/pytest-celery/ :Source: https://github.com/celery/pytest-celery/ diff --git a/pyproject.toml b/pyproject.toml index 8a9f8aed..e3e8a964 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ description = "Pytest plugin for Celery" homepage = "https://github.com/celery/pytest-celery" license = "BSD-3-Clause" name = "pytest-celery" -version = "1.2.0" +version = "1.2.1" readme = "README.rst" keywords = ["pytest", "celery"] diff --git a/src/pytest_celery/__init__.py b/src/pytest_celery/__init__.py index 3670e33c..b482c512 100644 --- a/src/pytest_celery/__init__.py +++ b/src/pytest_celery/__init__.py @@ -3,7 +3,7 @@ # flake8: noqa -__version__ = "1.2.0" +__version__ = "1.2.1" __author__ = "Tomer Nosrati" __contact__ = "tomer.nosrati@gmail.com" __homepage__ = "https://pytest-celery.readthedocs.io/" From cf3b3e7caa251497124b87d49432d2cad2d0ffd5 Mon Sep 17 00:00:00 2001 From: Tomer Nosrati Date: Wed, 30 Jul 2025 15:06:50 +0300 Subject: [PATCH 2/3] Added changelog for v1.2.1 --- Changelog.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Changelog.rst b/Changelog.rst index 8be4ccaf..aa769e1b 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -4,6 +4,23 @@ Change history ================ +.. _version-1.2.1: + +1.2.1 +===== +:release-date: 30 July, 2025 +:release-by: Tomer Nosrati + +What's Changed +============== + +- Fixed spelling REDUCTED -> REDACTED, found by codespell (#446) +- Added DeepWiki to README (#453) +- Synced donation section in the docs to celery (#454) +- Bumping Dependencies (poetry update --with test,dev,ci,docs) (#457) +- Update `worker` `Dockerfile` image to `bookworm` (#460) +- Prepare for release: v1.2.1 (#461) + .. _version-1.2.0: 1.2.0 From 966c15f10fa94eb9a7a5706a284a5825a314c96d Mon Sep 17 00:00:00 2001 From: Tomer Nosrati Date: Wed, 30 Jul 2025 15:08:18 +0300 Subject: [PATCH 3/3] Updated docs/conf.py --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5c1b416c..a3ca437d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,8 +4,8 @@ "pytest_celery", __file__, project="pytest_celery", - version_dev="1.2", - version_stable="1.1", + version_dev="1.3", + version_stable="1.2", canonical_url="https://pytest-celery.readthedocs.io/", webdomain="pytest-celery.readthedocs.io", github_project="celery/pytest-celery",