Release 0.1.3

This commit is contained in:
Laurent Savaete
2020-12-23 22:31:44 +00:00
parent c0d30f4f98
commit 19624e1f0c
2 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
## [0.1.3] - 2020-12-24
### Added
- Added some setup examples in documentation
### Fixed
- Routes returning a dict don't error when turning on headers (#18), thanks to @glinmac

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "slowapi"
version = "0.1.2"
version = "0.1.3"
description = "A rate limiting extension for Starlette and Fastapi"
authors = ["Laurent Savaete <laurent@where.tf>"]
license = "MIT"