Version 0.12.12

This commit is contained in:
Tom Christie 2019-11-01 15:30:20 +00:00
parent cefe8dcab1
commit d9bd9b42d9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 0.12.12
* Fix `request.url_for()` for the Mount-within-a-Mount case.
## 0.12.11
* Fix `request.url_for()` when an ASGI `root_path` is being used.

View File

@ -1 +1 @@
__version__ = "0.12.11"
__version__ = "0.12.12"