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 f0ddea3 commit aee2239Copy full SHA for aee2239
CHANGES.rst
@@ -14,6 +14,24 @@ Changelog
14
15
.. towncrier release notes start
16
17
+0.1.0
18
+=====
19
+
20
+*(2024-10-03)*
21
22
23
+Features
24
+--------
25
26
+- Added ``armv7l`` wheels -- by :user:`bdraco`.
27
28
+ *Related issues and pull requests on GitHub:*
29
+ :issue:`5`.
30
31
32
+----
33
34
35
0.0.0
36
=====
37
CHANGES/5.feature.rst
propcache/__init__.py
@@ -1,6 +1,6 @@
1
from ._helpers import cached_property, under_cached_property
2
3
-__version__ = "0.0.0"
+__version__ = "0.1.0"
4
5
__all__ = (
6
"cached_property",
0 commit comments