Skip to content

Commit

Permalink
Prepare for release: v1.1.1 (#379)
Browse files Browse the repository at this point in the history
* Added changelog for v1.1.1

* Bump version: 1.1.0 → 1.1.1
  • Loading branch information
Nusnus authored Aug 12, 2024
1 parent 64bbc14 commit 8c36874
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
Change history
================

.. _version-1.1.1:

1.1.1
=====
:release-date: 12 August, 2024
:release-by: Tomer Nosrati

What's Changed
==============

- Added installation markers for pycurl (#378)
- Changed --reruns 3 -> 5 for Integration and Smoke CI (#380)
- Prepare for release: v1.1.1 (#379)

.. _version-1.1.0:

1.1.0
Expand Down
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.1.0
:Version: 1.1.1
:Web: https://pytest-celery.readthedocs.io/en/latest/
:Download: https://pypi.org/project/pytest-celery/
:Source: https://github.com/celery/pytest-celery/
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.1.0"
version = "1.1.1"
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.1.0"
__version__ = "1.1.1"
__author__ = "Tomer Nosrati"
__contact__ = "[email protected]"
__homepage__ = "https://pytest-celery.readthedocs.io/"
Expand Down

0 comments on commit 8c36874

Please sign in to comment.