File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
2
2
|build-status | |coverage | |license | |semgrep | |pyversion | |pyimp | |ocbackerbadge | |ocsponsorbadge | |poetry |
3
3
4
- :Version: 1.0.0rc4
4
+ :Version: 1.0.0
5
5
:Web: https://pytest-celery.readthedocs.io/en/latest/
6
6
:Download: https://pypi.org/project/pytest-celery/
7
7
:Source: https://github.com/celery/pytest-celery/
Original file line number Diff line number Diff line change @@ -244,9 +244,9 @@ Quick Jump
244
244
- `To see production examples <https://github.com/celery/celery/tree/main/t/smoke/ >`_.
245
245
- `To learn more about pytest <https://docs.pytest.org/en/latest/getting-started.html >`_.
246
246
- `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 >`.
248
248
- :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 >`.
250
250
251
251
.. topic :: Jump to ⟶
252
252
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ description = "Pytest plugin for Celery"
61
61
homepage = " https://github.com/celery/pytest-celery"
62
62
license = " BSD"
63
63
name = " pytest-celery"
64
- version = " 1.0.0rc4 "
64
+ version = " 1.0.0 "
65
65
readme = " README.rst"
66
66
keywords = [" pytest" , " celery" ]
67
67
Original file line number Diff line number Diff line change 3
3
# flake8: noqa
4
4
5
5
6
- __version__ = "1.0.0rc4 "
6
+ __version__ = "1.0.0 "
7
7
__author__ = "Tomer Nosrati"
8
8
9
9
__homepage__ = "https://pytest-celery.readthedocs.io/"
You can’t perform that action at this time.
0 commit comments