Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed May 8, 2023
1 parent 4c5dc66 commit 52a77d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,11 @@ tox
```

## Changelog
- 2.0.0rc2
- Add support for Python 3.11 and 3.12, drop dependency on six (#76)
- 2.0.0rc1
- 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)
- Avoid deprecation warnings and resource warnings (#71)
- Add support for Python 3.11 and 3.12, drop dependency on six (#76)
- 1.0.2
- Switch from travis to github actions
- This will be the last release to support Python 2.6, 2.7 or 3.6
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.0rc2"
__version__ = "2.0.0"

0 comments on commit 52a77d7

Please sign in to comment.