Skip to content

Commit f7b2b3e

Browse files
authored
Merge pull request #94 from kevin1024/bump-version
2 parents e71ed01 + 9b18f26 commit f7b2b3e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,13 @@ tox
157157

158158
## Changelog
159159

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

pytest_httpbin/version.py

+1-1
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)