Skip to content

Commit f2068a9

Browse files
committed
bump version
1 parent 30fd579 commit f2068a9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ tox
128128

129129
## Changelog
130130

131+
* 1.0.1
132+
* httpbin_secure: fix redirect Location to have "https://" scheme (#62) - thanks @immerrr
133+
* Include regression tests in pypi tarball (#56) - thanks @kmosiejczuk
131134
* 1.0.0
132135
* 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)
133136
* Only use @pytest.fixture decorator once (thanks @hroncok)

pytest_httpbin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.0'
1+
__version__ = '1.0.1'

0 commit comments

Comments
 (0)