We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a110e commit 61c5d91Copy full SHA for 61c5d91
README.md
@@ -128,6 +128,9 @@ tox
128
129
## Changelog
130
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
134
* 1.0.1
135
* httpbin_secure: fix redirect Location to have "https://" scheme (#62) - thanks @immerrr
136
* Include regression tests in pypi tarball (#56) - thanks @kmosiejczuk
pytest_httpbin/version.py
@@ -1 +1 @@
1
-__version__ = '1.0.1'
+__version__ = '1.0.2'
0 commit comments