Skip to content

Commit

Permalink
Release v0.11.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Jan 9, 2019
1 parent a6d46e9 commit 3cae147
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@ Changelog
=========


v0.11.1 (2019-01-09)
--------------------

- Fix issue with asyncio support in memoization decorators that caused a ``RuntimeError: await wasn't used with future`` when certain types of async functions were used inside the memoized function.


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = cacheout
version = 0.11.0
version = 0.11.1
author = Derrick Gilland
author_email = dgilland@gmail.com
url = https://github.com/dgilland/cacheout
Expand Down

0 comments on commit 3cae147

Please sign in to comment.