Skip to content

Commit 36e5b8b

Browse files
committed
release 3.0.1
1 parent 00f4fde commit 36e5b8b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/news.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ News
33

44
.. contents::
55

6+
3.0.1
7+
-----
8+
9+
* Remove use of future for sake of html.escape and use own. Using
10+
future was causing installation loops. See:
11+
https://github.com/cdent/paste/issues/6
12+
613
3.0.0
714
-----
815

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# - git push
1313
# - python setup.py sdist bdist_wheel upload --sign
1414

15-
__version__ = '3.0.0'
15+
__version__ = '3.0.1'
1616

1717
from setuptools import setup, find_packages
1818
import sys, os

0 commit comments

Comments
 (0)