Bump version for release.
This commit is contained in:
parent
5f10b1b2ca
commit
80f0e92462
2 changed files with 2 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
|||
1.8.11.dev0
|
||||
1.8.11
|
||||
* #815: Add optional Healthchecks auto-provisioning via "create_slug" option.
|
||||
* #851: Fix lack of file extraction when using "extract --strip-components all" on a path with a
|
||||
leading slash.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
|||
from setuptools import find_packages, setup
|
||||
|
||||
VERSION = '1.8.11.dev0'
|
||||
VERSION = '1.8.11'
|
||||
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue