summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a1a81fa..ca75420 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,11 @@ News
.. contents::
+3.1.1
+-----
+
+* TestApp.encode_multipart handles bytes filenames and params.
+
3.1.0
-----
diff --git a/setup.py b/setup.py
index 4d3bd1c..d239a12 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.1.0'
+__version__ = '3.1.1'
from setuptools import setup, find_packages
import sys, os