diff --git a/NEWS b/NEWS index c508e9e1..bfb2a245 100644 --- a/NEWS +++ b/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. diff --git a/setup.py b/setup.py index 2985f061..05076e7b 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.8.11.dev0' +VERSION = '1.8.11' setup(