From 80f0e92462c4f9e0408c2c91714e0f0cf5c4efe9 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 29 Apr 2024 09:38:02 -0700 Subject: [PATCH] Bump version for release. --- NEWS | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(