Skip to content

Commit 410fc93

Browse files
authored
Release 0.4.1 (#163)
1 parent fc73c8f commit 410fc93

4 files changed

Lines changed: 31 additions & 6 deletions

File tree

CHANGES.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,36 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
0.4.1
18+
=====
19+
20+
*(2025-10-08)*
21+
22+
23+
Bug fixes
24+
---------
25+
26+
- Fixed reference leak caused by ``Py_INCREF`` because Cython has its own reference counter systems -- by :user:`Vizonex`.
27+
28+
*Related issues and pull requests on GitHub:*
29+
:issue:`162`.
30+
31+
32+
Contributor-facing changes
33+
--------------------------
34+
35+
- Fixes the default value for the ``os``
36+
parameter in ``reusable-build-wheel.yml``
37+
to be ``ubuntu-latest`` instead of
38+
``ubuntu``.
39+
40+
*Related issues and pull requests on GitHub:*
41+
:issue:`155`.
42+
43+
44+
----
45+
46+
1747
0.4.0
1848
=====
1949

CHANGES/155.contrib.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGES/162.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/propcache/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
_PUBLIC_API = ("cached_property", "under_cached_property")
66

7-
__version__ = "0.4.1.dev0"
7+
__version__ = "0.4.1"
88
__all__ = ()
99

1010
# Imports have moved to `propcache.api` in 0.2.0+.

0 commit comments

Comments
 (0)