Skip to content

Commit

Permalink
release: version bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ifedapoolarewaju committed Aug 29, 2022
1 parent f5f2c84 commit 90a110f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.2.1/ 2022-29-08 ###

* Add documentation on publishing releases
* Avoid creating a new Assembly when a rate limit error is received from fetching an Assembly too frequently

### 0.2.0/ 2022-21-06 ###

* Drop Python versions before 3.7 as they are unsupported
Expand Down
2 changes: 1 addition & 1 deletion tests/test_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_get(self, mock):
mock.get(
url,
text='{"ok": "it works"}',
request_headers={"Transloadit-Client": "python-sdk:0.2.0"},
request_headers={"Transloadit-Client": "python-sdk:0.2.1"},
)

response = self.request.get("/foo")
Expand Down
2 changes: 1 addition & 1 deletion transloadit/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit 90a110f

Please sign in to comment.