Skip to content

Commit b90b867

Browse files
committed
bump to 2.1.0rc1
1 parent e71ed01 commit b90b867

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,13 @@ tox
156156
```
157157

158158
## Changelog
159-
159+
- 2.1.0rc
160+
- Drop support for Python 3.7 (#85)
161+
- Test against PyPy 3.10 (#77)
162+
- Add support for CPython 3.13 by regenerating the bundled certificates (#90)
163+
- fix an issue where secure POST requests would fail with a connection reset
164+
by peer (#90)
165+
- include a LICENCE
160166
- 2.0.0
161167
- Drop support for Python 2.6, 2.7, 3.4, 3.5 and 3.6 (#68)
162168
- Add support for Python 3.7, 3.8, 3.9 and 3.10 (#68)

pytest_httpbin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0"
1+
__version__ = "2.1.0rc1"

0 commit comments

Comments
 (0)