Skip to content

Commit 990dd4b

Browse files
chore: release 2.0.5 [skip ci]
## [2.0.5](v2.0.4...v2.0.5) (2026-02-10) ### Miscellaneous Chores * use python 3.9 type hints ([05cead4](05cead4))
1 parent 515a78a commit 990dd4b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All 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

esiosapy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from __future__ import annotations
44

55

6-
__version__ = "2.0.4"
6+
__version__ = "2.0.5"
77
__author__ = "M4RC0Sx"
88

99
from esiosapy.client import ESIOSAPYClient

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "esiosapy"
3-
version = "2.0.4"
3+
version = "2.0.5"
44
description = "Unofficial ESIOS API Python library. Up to date and fully equipped."
55
authors = [{ name = "M4RC0Sx" }]
66
requires-python = ">=3.9,<4"

0 commit comments

Comments
 (0)