summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <chris.dent@gmail.com>2018-10-31 09:58:53 +0000
committerChris Dent <chris.dent@gmail.com>2018-10-31 09:58:53 +0000
commit5a4c717b02144fc501eab5271495ca7fa9d0c3f7 (patch)
treeacc8709b58603d50a8562a7fdb7376a33de32de3
parentcdac8d221ca509946739aab8acb55422e0e457c4 (diff)
downloadpaste-git-5a4c717b02144fc501eab5271495ca7fa9d0c3f7.tar.gz
Release 3.0.23.0.2
-rw-r--r--docs/news.txt5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 999d520..d92b305 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,11 @@ News
.. contents::
+3.0.2
+-----
+
+* Encoding fixes in ``paste.fixture``.
+
3.0.1
-----
diff --git a/setup.py b/setup.py
index aeb6f32..8f10069 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.0.1'
+__version__ = '3.0.2'
from setuptools import setup, find_packages
import sys, os