Skip to content

Commit c95159d

Browse files
author
Fabien Coelho
committed
release 11.4
1 parent 8fab6ee commit c95159d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

VERSIONS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
- remove `gevent` exclusions for Python 3.13 when possible.
66
- suspend house keeping thread when nothing to do?
77

8-
## ? on ?
8+
## 11.4 on 2025-03-08
99

1010
- Enable _PyPy 3.11_ GitHub CI.
1111
- Enable _Python 3.14t_ on GitHubCI, including a coverage issue workaround for now.
12+
- Add a _nogil_ test.
13+
- Improve documentation.
1214

1315
## 11.3 on 2025-03-06
1416

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ProxyPatternPool"
7-
version = "11.3"
7+
version = "11.4"
88
authors = [ { name = "Fabien Coelho", email = "[email protected]" } ]
99
description = "Generic Proxy and Pool Classes for Python"
1010
readme = "README.md"

0 commit comments

Comments
 (0)