Skip to content

Commit 01ff987

Browse files
committed
Bump to v0.3.0 — per-plant data, code resolution, PSR shorthands
1 parent 48abcb7 commit 01ff987

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-entsoe"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Python client for the ENTSO-E Transparency Platform API"
55
readme = "README.md"
66
license = "MIT"

src/entsoe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .exceptions import ENTSOEError, InvalidParameterError, NoDataError, RateLimitError
55
from ._mappings import COUNTRY_NAMES, PSR_CODES, country_name, psr_name
66

7-
__version__ = "0.1.1"
7+
__version__ = "0.3.0"
88
__all__ = [
99
"Client",
1010
"COUNTRY_NAMES",

0 commit comments

Comments
 (0)