summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4c62d57..ca33450 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-Unreleased
-----------
+1.8.7 (2021-02-17)
+------------------
Bugfix
~~~~~~
diff --git a/setup.py b/setup.py
index cdd7496..68d7bae 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ docs_extras = [
setup(
name='WebOb',
- version='1.8.6',
+ version='1.8.7',
description="WSGI request and response object",
long_description=README + '\n\n' + CHANGES,
classifiers=[