Version 0.12.1

This commit is contained in:
Tom Christie 2019-07-04 16:52:08 +01:00
parent 594b95c1da
commit 387a2b87fa
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## 0.12.1
* Add `URL.include_query_params(**kwargs)`
* Add `URL.replace_query_params(**kwargs)`
* Add `URL.remove_query_params(param_names)`
## 0.12.0 ## 0.12.0
* Switch to ASGI 3.0. * Switch to ASGI 3.0.

View File

@ -1 +1 @@
__version__ = "0.12.0" __version__ = "0.12.1"