Skip to content

Commit 5d8ac4f

Browse files
committed
release 1.5.1
1 parent a206592 commit 5d8ac4f

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# api-session Changelog
22

3+
## 1.5.1 (2025/06/18)
4+
5+
* Add strict type hints
6+
37
## 1.5.0 (2025/04/18)
48

59
* Drop support for Python 3.8

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.0"
8+
__version__ = "1.5.1"
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
[tool.poetry]
22
name = "api-session"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
description = "requests.Session to work with JSON APIs"
55
authors = ["Baptiste Fontaine <baptiste@bixoto.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)