Version 0.8.2

This commit is contained in:
Tom Christie 2018-11-08 17:00:24 +00:00
parent 8e30f073f0
commit 7b91341d6f
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## 0.8.2
## StaticFiles
* StaticFiles no longer reads the file for responses to `HEAD` requests.
## 0.8.1
## Templating

View File

@ -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}'"

View File

@ -1 +1 @@
__version__ = "0.8.1"
__version__ = "0.8.2"