summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <chris.dent@gmail.com>2019-03-07 10:54:58 +0000
committerChris Dent <chris.dent@gmail.com>2019-03-07 10:54:58 +0000
commit970b5d2476b54123b080792655e8f8ae671760bc (patch)
tree3e9424711e94d150fd9ab89ee26dc6d88fc5c872
parent1cccef8ca1257b36d33ac48563b3ea996575c550 (diff)
downloadpaste-git-970b5d2476b54123b080792655e8f8ae671760bc.tar.gz
release 3.0.83.0.8
-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 5cb7a83..37d6275 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,11 @@ News
.. contents::
+3.0.8
+-----
+
+* Fix quoting of bytestrings (#23, via jelmer).
+
3.0.7
-----
diff --git a/setup.py b/setup.py
index 5accb22..6e52d17 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.0.7'
+__version__ = '3.0.8'
from setuptools import setup, find_packages
import sys, os