Skip to content

Commit

Permalink
Prepare 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cdr-chakotay committed Dec 3, 2024
1 parent e7ff041 commit 9077ef2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
### 1.0.2/ 2024-12-03 ###

### 1.0.2/ 2024-03-12 ###
* Add support for Python 3.13

### 1.0.1/ 2024-28-11 ###
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytransloadit"
version = "1.0.1"
version = "1.0.2"
description = "A Python Integration for Transloadit's file uploading and encoding service."
authors = ["Ifedapo Olarewaju"]
maintainers = ["Florian Kuenzig", "Arnaud Limbourg"]
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:1.0.1"},
request_headers={"Transloadit-Client": "python-sdk:1.0.2"},
)

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__ = "1.0.1"
__version__ = "1.0.2"

0 comments on commit 9077ef2

Please sign in to comment.