Skip to content

Commit 51c447a

Browse files
authored
release 0.7.0 (#146)
1 parent cce89bc commit 51c447a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 0.7.0
22
-------------
33

4-
Unreleased
4+
Released 2022-05-14
55

66
- ``FileSystemCache`` now stores universal expiration timestamps using python's ``struct`` module.
77
- Drop support for Python 3.6

src/cachelib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"RedisCache",
1616
"UWSGICache",
1717
]
18-
__version__ = "0.6.0"
18+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)