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",