Skip to content

Commit

Permalink
release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdent committed Oct 24, 2018
1 parent 00f4fde commit 36e5b8b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/news.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36e5b8b

Please sign in to comment.