We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b884eda commit f9d877dCopy full SHA for f9d877d
CHANGES.rst
@@ -14,6 +14,25 @@ Changelog
14
15
.. towncrier release notes start
16
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
36
0.3.0
37
=====
38
CHANGES/103.bugfix.rst
src/propcache/__init__.py
@@ -4,7 +4,7 @@
4
5
_PUBLIC_API = ("cached_property", "under_cached_property")
6
7
-__version__ = "0.3.1.dev0"
+__version__ = "0.3.1"
8
__all__ = ()
9
10
# Imports have moved to `propcache.api` in 0.2.0+.
0 commit comments