update version

This commit is contained in:
long2ice
2021-07-23 09:38:47 +08:00
parent 8490ad36f0
commit de1bde39fd
2 changed files with 5 additions and 2 deletions

View File

@@ -2,10 +2,13 @@
## 0.1
### 0.1.4
### 0.1.5
- Fix setting expire for redis (#24)
- Update expire key
### 0.1.4
- Fix default expire for memcached. (#13)
- Update default key builder. (#12)

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-cache2"
version = "0.1.4.1"
version = "0.1.5"
description = "Cache for FastAPI"
authors = ["long2ice <long2ice@gmail.com>"]
license = "Apache-2.0"