Skip to content

Commit 4b35178

Browse files
authored
Prepare for (pre) release: v1.0.0a5 (#136)
* Bumping version from 1.0.0a4 to 1.0.0a5 * Added # pragma: no cover to __version__
1 parent 0fbea68 commit 4b35178

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.0a4"
64+
version = "1.0.0a5"
6565

6666
[tool.poetry_bumpversion.file."src/pytest_celery/__init__.py"]
6767

src/pytest_celery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# flake8: noqa
66

77

8-
__version__ = "1.0.0a4"
8+
__version__ = "1.0.0a5" # pragma: no cover
99

1010

1111
import re

0 commit comments

Comments
 (0)