Skip to content

Commit 24c7e99

Browse files
authored
Bump pytest-celery to 1.0.0rc3 (#271)
1 parent dda61c6 commit 24c7e99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: 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|
33

4-
:Version: 1.0.0rc2
4+
:Version: 1.0.0rc3
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/

Diff for: 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.0.0rc2"
64+
version = "1.0.0rc3"
6565

6666
[tool.poetry_bumpversion.file."src/pytest_celery/__init__.py"]
6767
search = '__version__ = "{current_version}"'

Diff for: 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.0.0rc2"
6+
__version__ = "1.0.0rc3"
77
__author__ = "Tomer Nosrati"
88
__contact__ = "[email protected]"
99
__homepage__ = "https://pytest-celery.readthedocs.io/"

0 commit comments

Comments
 (0)