File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 44 Change history
55================
66
7+ .. _version-1.1.1 :
8+
9+ 1.1.1
10+ =====
11+ :release-date: 12 August, 2024
12+ :release-by: Tomer Nosrati
13+
14+ What's Changed
15+ ==============
16+
17+ - Added installation markers for pycurl (#378)
18+ - Changed --reruns 3 -> 5 for Integration and Smoke CI (#380)
19+ - Prepare for release: v1.1.1 (#379)
20+
721.. _version-1.1.0 :
822
9231.1.0
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.1.0
4+ :Version: 1.1.1
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 @@ -61,7 +61,7 @@ description = "Pytest plugin for Celery"
6161homepage = " https://github.com/celery/pytest-celery"
6262license = " BSD"
6363name = " pytest-celery"
64- version = " 1.1.0 "
64+ version = " 1.1.1 "
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.1.0 "
6+ __version__ = "1.1.1 "
77__author__ = "Tomer Nosrati"
8899__homepage__ = "https://pytest-celery.readthedocs.io/"
You can’t perform that action at this time.
0 commit comments