Skip to content

Commit

Permalink
Merge pull request #94 from kevin1024/bump-version
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Sep 18, 2024
2 parents e71ed01 + 9b18f26 commit f7b2b3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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"

0 comments on commit f7b2b3e

Please sign in to comment.