Skip to content

Commit

Permalink
Prepare for release: v1.0.0 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Apr 11, 2024
1 parent 6591cfd commit cab6df7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

|build-status| |coverage| |license| |semgrep| |pyversion| |pyimp| |ocbackerbadge| |ocsponsorbadge| |poetry|

:Version: 1.0.0rc4
:Version: 1.0.0
:Web: https://pytest-celery.readthedocs.io/en/latest/
:Download: https://pypi.org/project/pytest-celery/
:Source: https://github.com/celery/pytest-celery/
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ Quick Jump
- `To see production examples <https://github.com/celery/celery/tree/main/t/smoke/>`_.
- `To learn more about pytest <https://docs.pytest.org/en/latest/getting-started.html>`_.
- `To learn more about Celery <https://docs.celeryproject.org/en/stable/getting-started/introduction.html>`_.
- :ref:`To create a standalone Celery bug report with pytest-celery <celery-bug-report>`
- :ref:`To create a standalone Celery bug report with pytest-celery <celery-bug-report>`.
- :ref:`To copy a simple project for bootstrapping <examples_myworker>`.
- :ref:`To see an example that uses different celery workers at the same time <examples_hybrid_setup>`
- :ref:`To see an example that uses different celery workers at the same time <examples_hybrid_setup>`.

.. topic:: Jump to ⟶

Expand Down
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.0rc4"
version = "1.0.0"
readme = "README.rst"
keywords = ["pytest", "celery"]

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 @@ -3,7 +3,7 @@
# flake8: noqa


__version__ = "1.0.0rc4"
__version__ = "1.0.0"
__author__ = "Tomer Nosrati"
__contact__ = "tomer.nosrati@gmail.com"
__homepage__ = "https://pytest-celery.readthedocs.io/"
Expand Down

0 comments on commit cab6df7

Please sign in to comment.