Skip to content

Commit

Permalink
Up to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Suor committed Dec 20, 2021
1 parent 37d5b63 commit b34eead
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.17
- added del_in()
- made throttle() and limit_error_rate() work on methods
- added str and repr to Call objects
- migrated CI to Github actions (thx to Bruno Alla)
- fixed doc[string] for zip_dicts (Tal Einat)
- fixed some inspect issues
- minor doc fixes

1.16
- support Python 3.9 officially
- unify @memoize() and @cache(): both have .skip/.memory/.invalidate/.invalidate_all now
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16
1.17
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, py36, py37, py38, py39, pypy, pypy3, docs, lint
envlist = py27, py34, py35, py36, py37, py38, py39, py310, pypy, pypy3, docs, lint

[testenv]
deps = -r test_requirements.txt
Expand Down

0 comments on commit b34eead

Please sign in to comment.