From e10fce06a44b181176e659c063d7cba76ebcb201 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 2 Oct 2024 10:42:06 -0500 Subject: [PATCH] Release 0.0.0 --- CHANGES.rst | 12 ++++++++++++ propcache/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index cfcf43a..200093e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,6 +14,18 @@ Changelog .. towncrier release notes start +v0.0.0 +====== + +*(2024-10-02)* + + +No significant changes. + + +---- + + 0.0.0 (2024-01-02) ================== diff --git a/propcache/__init__.py b/propcache/__init__.py index 553d1d8..c533a31 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.dev0" +__version__ = "0.0.0" __all__ = ( "cached_property",