Skip to content

Commit

Permalink
Release 1.0.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 6, 2024
1 parent bb1608f commit fd4f135
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,33 @@ Changelog

.. towncrier release notes start
1.0.0
=====

*(2024-10-05)*


Removals and backward incompatible breaking changes
---------------------------------------------------

- Moved :func:`propcache.api.under_cached_property` and :func:`propcache.api.cached_property` to ``propcache.api`` -- by :user:`bdraco`.

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


Improved documentation
----------------------

- Added API documentation for the :func:`propcache.api.cached_property` and :func:`propcache.api.under_cached_property` decorators -- by :user:`bdraco`.

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


----


0.1.0
=====

Expand Down
1 change: 0 additions & 1 deletion CHANGES/16.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/19.breaking.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 @@
"""propcache: An accelerated property cache for Python classes."""

__version__ = "1.0.0.dev0"
__version__ = "1.0.0"

# Imports have moved to `propcache.api` in 1.0.0+.
__all__ = ()

0 comments on commit fd4f135

Please sign in to comment.