Bump version for release.

This commit is contained in:
Dan Helfman 2024-04-29 09:38:02 -07:00
parent 5f10b1b2ca
commit 80f0e92462
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -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.

View File

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