summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <chris.dent@gmail.com>2019-02-28 15:46:25 +0000
committerChris Dent <chris.dent@gmail.com>2019-02-28 15:46:25 +0000
commit4bd9871effb3192fa1973ef2cafa1923eaa0ff01 (patch)
treec66d526b849ac743abc3d6bae32727de271370d6
parent602fc5b942b7799f668b81249c13f7fd51cf460f (diff)
downloadpaste-git-4bd9871effb3192fa1973ef2cafa1923eaa0ff01.tar.gz
Release 3.0.73.0.7
-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 93bb6bd..5cb7a83 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,11 @@ News
.. contents::
+3.0.7
+-----
+
+* Send bytestrings when writing chunks from ``paste/httpserver.py``.
+
3.0.6
-----
diff --git a/setup.py b/setup.py
index 5350f32..5accb22 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.0.6'
+__version__ = '3.0.7'
from setuptools import setup, find_packages
import sys, os