@@ -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.
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup
-VERSION = '1.8.11.dev0'
+VERSION = '1.8.11'
setup(