Skip to content

Commit 5216c0d

Browse files
Add info for 1.8.9 fix for Python 3.13
1 parent ea84e00 commit 5216c0d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.txt

+9
Original file line numberDiff line numberDiff line change
@@ -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+
110
1.8.8 (2024-08-13)
211
------------------
312

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name='WebOb',
28-
version='1.8.8',
28+
version='1.8.9',
2929
description="WSGI request and response object",
3030
long_description=README + '\n\n' + CHANGES,
3131
classifiers=[

0 commit comments

Comments
 (0)