Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,13 @@ tox

## Changelog

- 2.1.0rc
- Drop support for Python 3.7 (#85)
- Test against PyPy 3.10 (#77)
- Add support for CPython 3.13 by regenerating the bundled certificates (#90)
- fix an issue where secure POST requests would fail with a connection reset
by peer (#90)
- include a LICENCE
- 2.0.0
- Drop support for Python 2.6, 2.7, 3.4, 3.5 and 3.6 (#68)
- Add support for Python 3.7, 3.8, 3.9 and 3.10 (#68)
Expand Down
2 changes: 1 addition & 1 deletion pytest_httpbin/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.0"
__version__ = "2.1.0rc1"
Loading