We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0225735 commit 389ed6fCopy full SHA for 389ed6f
HISTORY.rst
@@ -1,10 +1,16 @@
1
Releases history
2
----------------
3
4
+Version 1.3.7
5
+-------------
6
+
7
+- Add support for Python 3.14 (issue #152).
8
9
10
Version 1.3.6
11
-------------
12
-- Add support for free-threading (issue #147)
13
+- Add support for free-threading (issue #147).
14
15
16
Version 1.3.5
pkg/setproctitle/__init__.py
@@ -6,7 +6,7 @@
logger = logging.getLogger("setproctitle")
-__version__ = "1.3.6"
+__version__ = "1.3.7"
__all__ = [
"setproctitle",
0 commit comments