From df109cacddc56af8cfe75fc7df39af6e1f2cd92d Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 12 Oct 2020 13:44:06 -0500 Subject: prep 2.1.1 --- docs/news.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/news.rst b/docs/news.rst index 3dede23..a6dbee4 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,6 +1,12 @@ Paste Deployment News ===================== +2.1.1 (2020-10-12) +------------------ + +* Added ``setuptools`` as an explicit dependency. + This has always been required but now that more environments are becoming capable of operating without it being installed, we now need to ensure it's available. + 2.1.0 ----- diff --git a/setup.py b/setup.py index 81b87f6..b6906f9 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ docs_extras = [ setup( name="PasteDeploy", - version="2.1.0", + version="2.1.1", description="Load, configure, and compose WSGI applications and servers", long_description=readme, classifiers=[ -- cgit v1.2.1