summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2020-07-14 11:26:43 +0100
committerChris Dent <cdent@anticdent.org>2020-07-14 11:26:43 +0100
commite7cf572eea5ca433ee80528d4d86cddca77f5ffb (patch)
treeb23ab40c1cac76981676dc484e327e0cf65b684b
parenta8886fd1cf9755d08ed348cd05560b42c249c9a5 (diff)
downloadpaste-git-e7cf572eea5ca433ee80528d4d86cddca77f5ffb.tar.gz
release 3.4.23.4.2
-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 9ac68bb..4b2a7be 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,13 @@ News
.. contents::
+3.4.2
+-----
+
+* Correct sorting of items() in EvalHTMLFormatter.
+
+Thanks to amitmarkel for the patch.
+
3.4.1
-----
diff --git a/setup.py b/setup.py
index 5d66ae3..bc02e49 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.4.1'
+__version__ = '3.4.2'
from setuptools import setup, find_packages
import sys, os