Skip to content

Commit

Permalink
- update to version 1.1.0 (Merged Upstream)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Vavrys committed Apr 23, 2014
1 parent c68f9eb commit 9a98b99
Show file tree
Hide file tree
Showing 6 changed files with 284 additions and 66 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
---------

Version 1.1.0
`````````````

- Port to Python >= 3.3 (requiring Python 2.6/2.7 for 2.x).
- Fixed bug with using per-memoize timeouts greater than the default timeout
- Added better support for per-instance memoization.
- Various bug fixes

Version 1.0.0
`````````````

Expand Down
3 changes: 1 addition & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ API
---

.. autoclass:: Memoizer
:members: get, set, add, delete, get_many, set_many, delete_many, clear,
memoize, delete_memoized, delete_memoized_verhash
:members: memoize, delete_memoized, delete_memoized_verhash

.. include:: ../CHANGES
Loading

0 comments on commit 9a98b99

Please sign in to comment.