Skip to content

Commit

Permalink
Prepare v3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Jan 29, 2019
1 parent 9aac551 commit 664b45b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v3.1.0 (UNRELEASED)
-------------------

- Fix Python 3.8 compatibility issue.

- Use time.monotonic as default timer if available.

- Improve documentation regarding thread safety.


v3.0.0 (2018-11-04)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion cachetools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'cached', 'cachedmethod'
)

__version__ = '3.0.0'
__version__ = '3.1.0'

if hasattr(functools.update_wrapper(lambda f: f(), lambda: 42), '__wrapped__'):
_update_wrapper = functools.update_wrapper
Expand Down

0 comments on commit 664b45b

Please sign in to comment.