Skip to content

Commit

Permalink
release 0.11.0 (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
northernSage authored Feb 10, 2024
1 parent 8764fbe commit 187dc56
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 0.11.0
--------------

Released 2024-02010

- Drop python 3.7 support
- Add python 3.11 support


Version 0.10.2
--------------

Expand All @@ -9,7 +18,7 @@ Released 2023-01-31
Version 0.10.1
--------------

Unreleased
Released 2023-01-22

- Fix logging pollution due to ``DynamoDB`` logging handler

Expand Down
2 changes: 1 addition & 1 deletion src/cachelib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"UWSGICache",
"DynamoDbCache",
]
__version__ = "0.10.2"
__version__ = "0.11.0"

0 comments on commit 187dc56

Please sign in to comment.