Skip to content

Commit

Permalink
release 0.6.0 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
northernSage authored Jan 18, 2022
1 parent 6ae8e0e commit 828034b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Version 0.6.0
-------------

Unreleased
Released 2022-01-18

- A custom ``hash_method`` may now be provided to ``FileSystemCache`` for
hashing keys. :pr:`107`

- Fix ``PermissionError`` issue with ``FileSystemCache`` on Windows. :pr:111
- Fix ``PermissionError`` issue with ``FileSystemCache`` on Windows. :pr:`111`


Version 0.5.0
Expand Down
2 changes: 1 addition & 1 deletion src/cachelib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"RedisCache",
"UWSGICache",
]
__version__ = "0.5.0"
__version__ = "0.6.0"

0 comments on commit 828034b

Please sign in to comment.