We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226489d commit f9085aeCopy full SHA for f9085ae
pyproject.toml
@@ -61,7 +61,7 @@ description = "Pytest plugin for Celery"
61
homepage = "https://github.com/celery/pytest-celery"
62
license = "BSD"
63
name = "pytest-celery"
64
-version = "1.0.0a11"
+version = "1.0.0a12"
65
66
[tool.poetry_bumpversion.file."src/pytest_celery/__init__.py"]
67
search = '__version__ = "{current_version}"'
src/pytest_celery/__init__.py
@@ -5,7 +5,7 @@
5
# flake8: noqa
6
7
8
-__version__ = "1.0.0a11"
+__version__ = "1.0.0a12"
9
__author__ = "Tomer Nosrati"
10
__contact__ = "[email protected]"
11
__homepage__ = "https://pytest-celery.readthedocs.io/"
0 commit comments