Skip to content

Commit 8c36874

Browse files
authored
Prepare for release: v1.1.1 (#379)
* Added changelog for v1.1.1 * Bump version: 1.1.0 → 1.1.1
1 parent 64bbc14 commit 8c36874

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

Diff for: Changelog.rst

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
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

923
1.1.0

Diff for: 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.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/

Diff for: 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.1.0"
64+
version = "1.1.1"
6565
readme = "README.rst"
6666
keywords = ["pytest", "celery"]
6767

Diff for: 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.1.0"
6+
__version__ = "1.1.1"
77
__author__ = "Tomer Nosrati"
88
__contact__ = "[email protected]"
99
__homepage__ = "https://pytest-celery.readthedocs.io/"

0 commit comments

Comments
 (0)