From 4c3792c2872c5c135d1a716af11ff08839aad615 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 3 Oct 2024 10:09:23 -0500 Subject: [PATCH 1/2] Release 0.1.0 --- CHANGES.rst | 18 ++++++++++++++++++ CHANGES/5.feature.rst | 1 - propcache/__init__.py | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) delete mode 100644 CHANGES/5.feature.rst diff --git a/CHANGES.rst b/CHANGES.rst index 13c567d..f616204 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,6 +14,24 @@ Changelog .. towncrier release notes start +v0.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", From 1d0c16723fbdfec0457527cce8181512f82f3d06 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 3 Oct 2024 10:39:32 -0500 Subject: [PATCH 2/2] fix v --- CHANGES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index f616204..93389b6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,8 +14,8 @@ Changelog .. towncrier release notes start -v0.1.0 -====== +0.1.0 +===== *(2024-10-03)*