mirror of https://github.com/encode/starlette.git
Version 0.8.2
This commit is contained in:
parent
8e30f073f0
commit
7b91341d6f
|
@ -1,3 +1,9 @@
|
|||
## 0.8.2
|
||||
|
||||
## StaticFiles
|
||||
|
||||
* StaticFiles no longer reads the file for responses to `HEAD` requests.
|
||||
|
||||
## 0.8.1
|
||||
|
||||
## Templating
|
||||
|
|
|
@ -17,6 +17,7 @@ find starlette -type d -name __pycache__ -delete
|
|||
|
||||
${PREFIX}python setup.py sdist
|
||||
${PREFIX}twine upload dist/*
|
||||
${PREFIX}mkdocs gh-deploy
|
||||
|
||||
echo "You probably want to also tag the version now:"
|
||||
echo "git tag -a ${VERSION} -m 'version ${VERSION}'"
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.8.1"
|
||||
__version__ = "0.8.2"
|
||||
|
|
Loading…
Reference in New Issue