summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2020-01-13 12:47:50 +0000
committerChris Dent <cdent@anticdent.org>2020-01-13 12:47:50 +0000
commit79e5b38fc0cbc2d338c6cc66cb4ea414f98f0fb3 (patch)
tree346e9d64830689fe9b829079c9dc17a65133c74f
parentd38247d52c03ebf66a922ac1a1fa2cc9a77789ca (diff)
downloadpaste-git-79e5b38fc0cbc2d338c6cc66cb4ea414f98f0fb3.tar.gz
Release 3.2.63.2.6
* Correct HEAD handling accept-encoding: gzip
-rw-r--r--docs/news.txt6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/news.txt b/docs/news.txt
index dd84bd9..7271f9a 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,12 @@ News
.. contents::
+3.2.6
+-----
+
+* Correctly handle HEAD requests (to send empty body) when gzip
+ encoding requested.
+
3.2.4
-----
diff --git a/setup.py b/setup.py
index 1583f06..0cf9806 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.2.5'
+__version__ = '3.2.6'
from setuptools import setup, find_packages
import sys, os