diff options
| author | Michael Merickel <michael@merickel.org> | 2020-10-12 13:44:06 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2020-10-12 13:44:06 -0500 |
| commit | df109cacddc56af8cfe75fc7df39af6e1f2cd92d (patch) | |
| tree | 706f08e239518fc794e591308cceb391f126179f | |
| parent | 9754d900f958099b6249951b4f726220c7995f27 (diff) | |
| download | pastedeploy-git-master.tar.gz | |
| -rw-r--r-- | docs/news.rst | 6 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 7 insertions, 1 deletions
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 ----- @@ -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=[ |
