Skip to content

Commit cab6df7

Browse files
authored
Prepare for release: v1.0.0 (#286)
1 parent 6591cfd commit cab6df7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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/

docs/getting-started/introduction.rst

+2-2
Original file line numberDiff line numberDiff 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

pyproject.toml

+1-1
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.0rc4"
64+
version = "1.0.0"
6565
readme = "README.rst"
6666
keywords = ["pytest", "celery"]
6767

src/pytest_celery/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# flake8: noqa
44

55

6-
__version__ = "1.0.0rc4"
6+
__version__ = "1.0.0"
77
__author__ = "Tomer Nosrati"
88
__contact__ = "[email protected]"
99
__homepage__ = "https://pytest-celery.readthedocs.io/"

0 commit comments

Comments
 (0)