Skip to content

Commit

Permalink
Fix version in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Feb 21, 2025
1 parent b16eee2 commit 0dc5d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"pytest_celery",
__file__,
project="pytest_celery",
version_dev="1.1",
version_stable="1.0",
version_dev="1.2",
version_stable="1.1",
canonical_url="https://pytest-celery.readthedocs.io/",
webdomain="pytest-celery.readthedocs.io",
github_project="celery/pytest-celery",
Expand Down

0 comments on commit 0dc5d59

Please sign in to comment.