summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2020-07-22 16:16:20 +0100
committerChris Dent <cdent@anticdent.org>2020-07-22 16:16:20 +0100
commita80c388626a3852b58aa1431c3ca1727f58dc3c2 (patch)
tree568cab4ac3f8a7356d057d3b4aa15246cbe53481
parent84ee50a0b62a1b3206b5894b397a1aa0bb12deb2 (diff)
downloadpaste-git-a80c388626a3852b58aa1431c3ca1727f58dc3c2.tar.gz
release 3.4.33.4.3
-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 4b2a7be..cdb4b9c 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,13 @@ News
.. contents::
+3.4.3
+-----
+
+* Patch auth ticket to be python3 compatible.
+
+Thanks to TilmanSchaefer for the patch.
+
3.4.2
-----
diff --git a/setup.py b/setup.py
index bc02e49..6c7df63 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.4.2'
+__version__ = '3.4.3'
from setuptools import setup, find_packages
import sys, os