Browse Source

Bump version for release.

Dan Helfman 1 year ago
parent
commit
80f0e92462
2 changed files with 2 additions and 2 deletions
  1. 1 1
      NEWS
  2. 1 1
      setup.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-1.8.11.dev0
+1.8.11
  * #815: Add optional Healthchecks auto-provisioning via "create_slug" option.
  * #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
  * #851: Fix lack of file extraction when using "extract --strip-components all" on a path with a
    leading slash.
    leading slash.

+ 1 - 1
setup.py

@@ -1,6 +1,6 @@
 from setuptools import find_packages, setup
 from setuptools import find_packages, setup
 
 
-VERSION = '1.8.11.dev0'
+VERSION = '1.8.11'
 
 
 
 
 setup(
 setup(