diff options
| author | Chris Dent <chris.dent@gmail.com> | 2018-10-24 22:52:58 +0100 |
|---|---|---|
| committer | Chris Dent <chris.dent@gmail.com> | 2018-10-24 22:52:58 +0100 |
| commit | 36e5b8bd16a6063ec654faf04541f3a20d19f7fe (patch) | |
| tree | 6a5d46e1440c441dccd97b3ad6094d5c420a118f | |
| parent | 00f4fde04bdd841ec88c2b62dd9dcab92a3d019d (diff) | |
| download | paste-git-3.0.1.tar.gz | |
release 3.0.13.0.1
| -rw-r--r-- | docs/news.txt | 7 | ||||
| -rw-r--r-- | setup.py | 2 |
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 ----- @@ -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 |
