summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2015-11-16 09:07:00 +0200
committerMarius Gedminas <marius@gedmin.as>2015-11-16 09:07:00 +0200
commit147fd713d1a27a6e6a1fc4aec3779af56aca4e77 (patch)
tree0b1d21d299f68dde1d1bd5ed07d039db55df5e9c
parent7bb2a6dbddc82f943de3752b19385f6ddfd3910c (diff)
downloadzope-publisher-147fd713d1a27a6e6a1fc4aec3779af56aca4e77.tar.gz
Preparing release 4.2.24.2.2
-rw-r--r--CHANGES.rst4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 5cf4c8a..40da2bd 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,10 +1,10 @@
Changes
=======
-4.2.2 (unreleased)
+4.2.2 (2015-11-16)
------------------
-- TBD
+- Emit HTTP response headers in a deterministic order (GH #8).
4.2.1 (2015-06-05)
------------------
diff --git a/setup.py b/setup.py
index d2a4403..2f795be 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ sample = zope.publisher.tests.test_paste:SamplePublication
'''
setup(name='zope.publisher',
- version='4.2.2.dev0',
+ version='4.2.2',
url='http://pypi.python.org/pypi/zope.publisher',
license='ZPL 2.1',
author='Zope Foundation and Contributors',