Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1024 committed Dec 25, 2021
1 parent 30fd579 commit f2068a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ tox

## Changelog

* 1.0.1
* httpbin_secure: fix redirect Location to have "https://" scheme (#62) - thanks @immerrr
* Include regression tests in pypi tarball (#56) - thanks @kmosiejczuk
* 1.0.0
* Update included self-signed cert to include IP address in SAN (See #52). Full version bump because this could be a breaking change for those depending on the certificate missing the IP address in the SAN (as it seems the requests test suite does)
* Only use @pytest.fixture decorator once (thanks @hroncok)
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__ = '1.0.0'
__version__ = '1.0.1'

0 comments on commit f2068a9

Please sign in to comment.