summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2020-09-09 15:31:00 +0100
committerChris Dent <cdent@anticdent.org>2020-09-09 15:31:00 +0100
commit2a658d8806de6a8bbbe985295da546b9e2ec8336 (patch)
tree2841aa456b4da69537e26576dacdbde6ab714816
parente65b9b086f28958c8584180a3c74275d6176e468 (diff)
downloadpaste-git-2a658d8806de6a8bbbe985295da546b9e2ec8336.tar.gz
Release 3.4.43.4.4
Work with setuptools 50.1.0+
-rw-r--r--docs/news.txt7
-rw-r--r--setup.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/news.txt b/docs/news.txt
index cdb4b9c..915d843 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,13 @@ News
.. contents::
+3.4.4
+-----
+
+* Update setup.py to work with setuptools 50.1.0+
+
+Thanks to hrnciar for the patch.
+
3.4.3
-----
diff --git a/setup.py b/setup.py
index a9c8a68..739e7c8 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.4.3'
+__version__ = '3.4.4'
from setuptools import setup, find_packages
import sys, os