Skip to content

Commit 7b0f902

Browse files
committed
bump version
1 parent 743fac7 commit 7b0f902

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ tox
157157

158158
## Changelog
159159

160+
- 2.0.0rc1
161+
- Drop support for Python 2.6, 2.7, 3.4, 3.5 and 3.6 (#68)
162+
- Add support for Python 3.7, 3.8, 3.9 and 3.10 (#68)
163+
- Avoid deprecation warnings and resource warnings (#71)
160164
- 1.0.2
161165
- Switch from travis to github actions
162166
- This will be the last release to support Python 2.6, 2.7 or 3.6

pytest_httpbin/version.py

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

0 commit comments

Comments
 (0)