Skip to content

Commit 52a77d7

Browse files
committed
bump version
1 parent 4c5dc66 commit 52a77d7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,11 @@ tox
156156
```
157157

158158
## Changelog
159-
- 2.0.0rc2
160-
- Add support for Python 3.11 and 3.12, drop dependency on six (#76)
161-
- 2.0.0rc1
159+
- 2.0.0
162160
- Drop support for Python 2.6, 2.7, 3.4, 3.5 and 3.6 (#68)
163161
- Add support for Python 3.7, 3.8, 3.9 and 3.10 (#68)
164162
- Avoid deprecation warnings and resource warnings (#71)
163+
- Add support for Python 3.11 and 3.12, drop dependency on six (#76)
165164
- 1.0.2
166165
- Switch from travis to github actions
167166
- 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__ = "2.0.0rc2"
1+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)