Skip to content

Commit

Permalink
Release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Apr 23, 2023
1 parent b74b4b6 commit b9f66e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ CHANGES

.. towncrier release notes start
0.12.1 (2023-04-23)
===================

* Added ``skip_cache_func`` to dynamically skip caching certain results.
* Removed typing support due to producing unresolvable errors (until v1.0).
* Stopped installing ``tests`` as part of the package.

0.12.0 (2023-01-13)
===================

Expand Down
2 changes: 1 addition & 1 deletion aiocache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .backends.memory import SimpleMemoryCache
from .base import BaseCache

__version__ = "0.12.0"
__version__ = "0.12.1"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit b9f66e2

Please sign in to comment.