Skip to content

Commit 61c5d91

Browse files
committed
bump version
1 parent 97a110e commit 61c5d91

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.2
132+
* Switch from travis to github actions
133+
* This will be the last release to support Python 2.6, 2.7 or 3.6
131134
* 1.0.1
132135
* httpbin_secure: fix redirect Location to have "https://" scheme (#62) - thanks @immerrr
133136
* Include regression tests in pypi tarball (#56) - thanks @kmosiejczuk

pytest_httpbin/version.py

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

0 commit comments

Comments
 (0)