diff --git a/CHANGES.rst b/CHANGES.rst index 13c567d..93389b6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 ===== diff --git a/CHANGES/5.feature.rst b/CHANGES/5.feature.rst deleted file mode 100644 index 1b69029..0000000 --- a/CHANGES/5.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added ``armv7l`` wheels -- by :user:`bdraco`. diff --git a/propcache/__init__.py b/propcache/__init__.py index c533a31..32ae5b0 100644 --- a/propcache/__init__.py +++ b/propcache/__init__.py @@ -1,6 +1,6 @@ from ._helpers import cached_property, under_cached_property -__version__ = "0.0.0" +__version__ = "0.1.0" __all__ = ( "cached_property",