From 091e98ffcc08c310b12946f5e15a5eafae6da8dc Mon Sep 17 00:00:00 2001 From: Tomer Nosrati Date: Sun, 11 Aug 2024 22:16:26 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.0=20=E2=86=92=201.1.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 65ea9a9f..aef93ce1 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ |build-status| |coverage| |license| |semgrep| |pyversion| |pyimp| |ocbackerbadge| |ocsponsorbadge| |poetry| -:Version: 1.1.0 +:Version: 1.1.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 0ca05789..3d4e8dff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ description = "Pytest plugin for Celery" homepage = "https://github.com/celery/pytest-celery" license = "BSD" name = "pytest-celery" -version = "1.1.0" +version = "1.1.1" readme = "README.rst" keywords = ["pytest", "celery"] diff --git a/src/pytest_celery/__init__.py b/src/pytest_celery/__init__.py index 15b7ed7d..fb6297fc 100644 --- a/src/pytest_celery/__init__.py +++ b/src/pytest_celery/__init__.py @@ -3,7 +3,7 @@ # flake8: noqa -__version__ = "1.1.0" +__version__ = "1.1.1" __author__ = "Tomer Nosrati" __contact__ = "tomer.nosrati@gmail.com" __homepage__ = "https://pytest-celery.readthedocs.io/"