Skip to content

Commit aee2239

Browse files
authored
Release 0.1.0 (#11)
1 parent f0ddea3 commit aee2239

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGES.rst

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

1515
.. towncrier release notes start
1616
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+
1735
0.0.0
1836
=====
1937

CHANGES/5.feature.rst

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

propcache/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from ._helpers import cached_property, under_cached_property
22

3-
__version__ = "0.0.0"
3+
__version__ = "0.1.0"
44

55
__all__ = (
66
"cached_property",

0 commit comments

Comments
 (0)