summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2020-09-24 17:01:46 +0100
committerChris Dent <cdent@anticdent.org>2020-09-24 17:01:46 +0100
commit38fbf7cd49114a38f95ed3055ef1343320e8d1a5 (patch)
treef9cb122b41fa45055b470897177687ca54225288
parent71a225c0ea6fc64ea5b105959a6b8205a0420dbd (diff)
downloadpaste-git-38fbf7cd49114a38f95ed3055ef1343320e8d1a5.tar.gz
release 3.4.53.4.5
-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 915d843..39dbdb1 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,13 @@ News
.. contents::
+3.4.5
+-----
+
+* Remove deprecated dependencies paste/fixture.py.
+
+Thanks to jhance.
+
3.4.4
-----
diff --git a/setup.py b/setup.py
index 739e7c8..92324d2 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.4.4'
+__version__ = '3.4.5'
from setuptools import setup, find_packages
import sys, os