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 b9b7c23 commit ae667f0Copy full SHA for ae667f0
AUTHORS.rst
@@ -12,3 +12,4 @@ Contributors
12
13
* Ron Serruya @Ronserruya
14
* tjstub @tjstub
15
+* Pavel Filatov @paulefoe
CONTRIBUTING.rst
@@ -125,4 +125,4 @@ $ bumpversion patch # possible: major / minor / patch
125
$ git push
126
$ git push --tags
127
128
-Travis will then deploy to PyPI if tests pass.
+GitHub Actions will then deploy to PyPI if tests pass.
HISTORY.rst
@@ -2,6 +2,12 @@
2
History
3
=======
4
5
+0.2.1 (2021-02-27)
6
+------------------
7
+
8
+* Allow sending request with different HTTP methods (by @paulefoe)
9
+* Migrate to GitHub Actions
10
11
0.2.0 (2020-10-20)
------------------
0 commit comments