Skip to content

Commit 90a110f

Browse files
release: version bump to 0.2.1
1 parent f5f2c84 commit 90a110f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.2.1/ 2022-29-08 ###
2+
3+
* Add documentation on publishing releases
4+
* Avoid creating a new Assembly when a rate limit error is received from fetching an Assembly too frequently
5+
16
### 0.2.0/ 2022-21-06 ###
27

38
* Drop Python versions before 3.7 as they are unsupported

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.2.0"},
22+
request_headers={"Transloadit-Client": "python-sdk:0.2.1"},
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.2.0"
1+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)