Skip to content

Commit

Permalink
Release 0.1.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 3, 2024
1 parent f0ddea3 commit aee2239
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@ Changelog

.. towncrier release notes start
0.1.0
=====

*(2024-10-03)*


Features
--------

- Added ``armv7l`` wheels -- by :user:`bdraco`.

*Related issues and pull requests on GitHub:*
:issue:`5`.


----


0.0.0
=====

Expand Down
1 change: 0 additions & 1 deletion CHANGES/5.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion propcache/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from ._helpers import cached_property, under_cached_property

__version__ = "0.0.0"
__version__ = "0.1.0"

__all__ = (
"cached_property",
Expand Down

0 comments on commit aee2239

Please sign in to comment.