We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea84e00 commit 5216c0dCopy full SHA for 5216c0d
CHANGES.txt
@@ -1,3 +1,12 @@
1
+1.8.9 (2024-11-23)
2
+------------------
3
+
4
+Bugfix
5
+~~~~~~
6
7
+- Add `legacy-cgi` to required packages to be installed for Python 3.13
8
+ compatibility. See https://github.com/Pylons/webob/pull/469
9
10
1.8.8 (2024-08-13)
11
------------------
12
setup.py
@@ -25,7 +25,7 @@
25
26
setup(
27
name='WebOb',
28
- version='1.8.8',
+ version='1.8.9',
29
description="WSGI request and response object",
30
long_description=README + '\n\n' + CHANGES,
31
classifiers=[
0 commit comments