File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
22|build-status | |coverage | |license | |semgrep | |pyversion | |pyimp | |ocbackerbadge | |ocsponsorbadge | |poetry |
33
4- :Version: 1.0.0rc4
4+ :Version: 1.0.0
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/
Original file line number Diff line number Diff line change @@ -244,9 +244,9 @@ Quick Jump
244244 - `To see production examples <https://github.com/celery/celery/tree/main/t/smoke/ >`_.
245245 - `To learn more about pytest <https://docs.pytest.org/en/latest/getting-started.html >`_.
246246 - `To learn more about Celery <https://docs.celeryproject.org/en/stable/getting-started/introduction.html >`_.
247- - :ref: `To create a standalone Celery bug report with pytest-celery <celery-bug-report >`
247+ - :ref: `To create a standalone Celery bug report with pytest-celery <celery-bug-report >`.
248248 - :ref: `To copy a simple project for bootstrapping <examples_myworker >`.
249- - :ref: `To see an example that uses different celery workers at the same time <examples_hybrid_setup >`
249+ - :ref: `To see an example that uses different celery workers at the same time <examples_hybrid_setup >`.
250250
251251.. topic :: Jump to ⟶
252252
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.0rc4 "
64+ version = " 1.0.0 "
6565readme = " README.rst"
6666keywords = [" pytest" , " celery" ]
6767
Original file line number Diff line number Diff line change 33# flake8: noqa
44
55
6- __version__ = "1.0.0rc4 "
6+ __version__ = "1.0.0 "
77__author__ = "Tomer Nosrati"
8899__homepage__ = "https://pytest-celery.readthedocs.io/"
You can’t perform that action at this time.
0 commit comments