Skip to content

Commit f9d877d

Browse files
Release v0.3.1 (#108)
1 parent b884eda commit f9d877d

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGES.rst

+19
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,25 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
v0.3.1
18+
======
19+
20+
*(2025-03-25)*
21+
22+
23+
Bug fixes
24+
---------
25+
26+
- Improved typing annotations, fixing some type errors under correct usage
27+
and improving typing robustness generally -- by :user:`Dreamsorcerer`.
28+
29+
*Related issues and pull requests on GitHub:*
30+
:issue:`103`.
31+
32+
33+
----
34+
35+
1736
0.3.0
1837
=====
1938

CHANGES/103.bugfix.rst

-2
This file was deleted.

src/propcache/__init__.py

+1-1
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.3.1.dev0"
7+
__version__ = "0.3.1"
88
__all__ = ()
99

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

0 commit comments

Comments
 (0)