summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2020-09-25 15:33:55 +0100
committerChris Dent <cdent@anticdent.org>2020-09-25 15:33:55 +0100
commitc9525141df14dd567caa246ab5c77a9825b90b3a (patch)
tree355c81547eca95283f29a166c1e14e391cf4a40f
parentf382936ce4d5ad937f03d01da425444bca35cadd (diff)
downloadpaste-git-c9525141df14dd567caa246ab5c77a9825b90b3a.tar.gz
release 3.4.63.4.6
-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 39dbdb1..829e90d 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,13 @@ News
.. contents::
+3.4.6
+-----
+
+* Explicit pkg_resource dependency to easy packaging.
+
+Thanks to mgorny.
+
3.4.5
-----
diff --git a/setup.py b/setup.py
index 92c9d33..8b6f064 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.4.5'
+__version__ = '3.4.6'
from setuptools import setup, find_packages
import sys, os