Skip to content

Commit 6821741

Browse files
committed
release 1.5.3
1 parent fdfbef7 commit 6821741

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# api-session Changelog
22

3-
## 1.5.3
3+
## 1.5.3 (2025/12/22)
44

5-
* We now use `uv` to manage the project instead of Poetry. This shouldn’t have any outside impact.
5+
* We now use `uv` to manage the project instead of Poetry. This has no impact on the released library.
66

77
## 1.5.2 (2025/10/01)
88

api_session/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from urllib.parse import quote as urlquote
66
from urllib3 import Timeout, Retry
77

8-
__version__ = "1.5.2"
8+
__version__ = "1.5.3"
99
__all__ = (
1010
"__version__",
1111
"JSONDict",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "api-session"
3-
version = "1.5.2"
3+
version = "1.5.3"
44
description = "requests.Session to work with JSON APIs"
55
authors = [{ name = "Baptiste Fontaine", email = "baptiste@bixoto.com" }]
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)