summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <chris.dent@gmail.com>2018-10-24 22:52:58 +0100
committerChris Dent <chris.dent@gmail.com>2018-10-24 22:52:58 +0100
commit36e5b8bd16a6063ec654faf04541f3a20d19f7fe (patch)
tree6a5d46e1440c441dccd97b3ad6094d5c420a118f
parent00f4fde04bdd841ec88c2b62dd9dcab92a3d019d (diff)
downloadpaste-git-36e5b8bd16a6063ec654faf04541f3a20d19f7fe.tar.gz
release 3.0.13.0.1
-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 2255386..653c864 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,13 @@ News
.. contents::
+3.0.1
+-----
+
+* Remove use of future for sake of html.escape and use own. Using
+ future was causing installation loops. See:
+ https://github.com/cdent/paste/issues/6
+
3.0.0
-----
diff --git a/setup.py b/setup.py
index 84a1685..aeb6f32 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.0.0'
+__version__ = '3.0.1'
from setuptools import setup, find_packages
import sys, os