Skip to content

Commit 35789c5

Browse files
release: version bump to 0.2.0
1 parent f536e56 commit 35789c5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
### 0.2.0/ 2022-21-06 ###
2+
13
* Drop Python versions before 3.7 as they are unsupported
24
* Update code to Python 3 syntax
5+
* Prevent rate limiting when polling Assembly status
36

47
### 0.1.12/ 2020-14-12 ###
58

tests/test_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_get(self, mock):
1919
mock.get(
2020
url,
2121
text='{"ok": "it works"}',
22-
request_headers={"Transloadit-Client": "python-sdk:0.1.12"},
22+
request_headers={"Transloadit-Client": "python-sdk:0.2.0"},
2323
)
2424

2525
response = self.request.get("/foo")

transloadit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.12"
1+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)