File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file. See
44[ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 2.0.5] ( https://github.com/M4RC0Sx/esiosapy/compare/v2.0.4...v2.0.5 ) (2026-02-10)
7+
8+ ### Miscellaneous Chores
9+
10+ * use python 3.9 type hints ([ 05cead4] ( https://github.com/M4RC0Sx/esiosapy/commit/05cead45924abaf252ab72bee3e825e456e3c0a8 ) )
11+
612## [ 2.0.4] ( https://github.com/M4RC0Sx/esiosapy/compare/v2.0.3...v2.0.4 ) (2026-02-10)
713
814### Miscellaneous Chores
Original file line number Diff line number Diff line change 33from __future__ import annotations
44
55
6- __version__ = "2.0.4 "
6+ __version__ = "2.0.5 "
77__author__ = "M4RC0Sx"
88
99from esiosapy .client import ESIOSAPYClient
Original file line number Diff line number Diff line change 11[project ]
22name = " esiosapy"
3- version = " 2.0.4 "
3+ version = " 2.0.5 "
44description = " Unofficial ESIOS API Python library. Up to date and fully equipped."
55authors = [{ name = " M4RC0Sx" }]
66requires-python = " >=3.9,<4"
You can’t perform that action at this time.
0 commit comments