Skip to content

Commit

Permalink
Bump version to 2.15 and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GLEF1X committed Sep 2, 2022
1 parent 0d8db45 commit ac947ab
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 130 deletions.
2 changes: 1 addition & 1 deletion glQiwiApi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def default_cache_storage() -> CacheStorage:
return InMemoryCacheStorage(invalidate_strategy=APIResponsesCacheInvalidationStrategy())


__version__ = '2.14'
__version__ = '2.15'

__all__ = (
# clients
Expand Down
Loading

0 comments on commit ac947ab

Please sign in to comment.