Skip to content

Commit

Permalink
Prepare for (pre) release: v1.0.0a5 (#136)
Browse files Browse the repository at this point in the history
* Bumping version from 1.0.0a4 to 1.0.0a5

* Added # pragma: no cover to __version__
  • Loading branch information
Nusnus authored Jan 2, 2024
1 parent 0fbea68 commit 4b35178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ description = "Pytest plugin for Celery"
homepage = "https://github.com/celery/pytest-celery"
license = "BSD"
name = "pytest-celery"
version = "1.0.0a4"
version = "1.0.0a5"

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

Expand Down
2 changes: 1 addition & 1 deletion src/pytest_celery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# flake8: noqa


__version__ = "1.0.0a4"
__version__ = "1.0.0a5" # pragma: no cover


import re
Expand Down

0 comments on commit 4b35178

Please sign in to comment.