Skip to content

Commit ccef578

Browse files
committed
chore: prep '2.2' release
1 parent 0f238c6 commit ccef578

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
``repoze.retry`` Changelog
22
==========================
33

4-
2.2 (unreleased)
4+
2.2 (2026-05-04)
55
----------------
66

7+
- ci: publish to PyPI on release
8+
9+
Use 'pypi' environment and Trusted Publisher
10+
711
- Drop runtime use of ``pkg_resources`` to parse "retryables".
812

913
- Drop ``pkg_resources`` namespace support.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ where = ["src"]
77

88
[project]
99
name = "repoze-retry"
10-
version = "2.2dev0"
10+
version = "2.2"
1111
description = "WSGI middleware implementing retryable exceptions"
1212
readme = {file = "README.rst", content-type = "text/x-rst"}
1313
requires-python = ">=3.10"

0 commit comments

Comments
 (0)