File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ description = "Pytest plugin for Celery"
6161homepage = " https://github.com/celery/pytest-celery"
6262license = " BSD"
6363name = " pytest-celery"
64- version = " 1.0.0a6 "
64+ version = " 1.0.0a7 "
6565
6666[tool .poetry_bumpversion .file ."src/pytest_celery/__init__ .py" ]
6767
Original file line number Diff line number Diff line change 55# flake8: noqa
66
77
8- __version__ = "1.0.0a6 " # pragma: no cover
8+ __version__ = "1.0.0a7 " # pragma: no cover
99
1010
1111import re
4949
5050# bumpversion can only search for {current_version}
5151# so we have to parse the version here.
52- match = re .match (r"(\d+)\.(\d+)\.(\d+)(.+ )?" , __version__ )
52+ match = re .match (r"(\d+)\.(\d+)\.(\d+)([a-zA-Z]+[0-9]* )?" , __version__ )
5353if match :
5454 _temp = match .groups ()
5555else :
You can’t perform that action at this time.
0 commit comments