Skip to content

Commit 05e2fab

Browse files
authored
Merge pull request #53 from OpenEnergyPlatform/release-v0.4.1
Release v0.4.1
2 parents 7f173ea + d06e09a commit 05e2fab

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,20 @@ Template:
4242

4343
______________________________________________________________________
4444

45+
## [v0.4.1] - 2024-04-17
46+
47+
### Added
48+
49+
-
50+
51+
### Changed
52+
53+
- Fix OEP URL in settings.py to latest url schema: <https://openenergyplatform.org/> [#52](https://github.com/OpenEnergyPlatform/oem2orm/pull/52)
54+
55+
### Removed
56+
57+
______________________________________________________________________
58+
4559
## [v0.4.0] - 2024-04-16
4660

4761
### Added

oem2orm/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
OEP_URL = "openenergy-platform.org"
2-
OEP_API_URL = "https://openenergy-platform.org/api/v0/"
1+
OEP_URL = "openenergyplatform.org"
2+
OEP_API_URL = "https://openenergyplatform.org/api/v0/"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="oem2orm",
11-
version="0.4.0",
11+
version="0.4.1",
1212
author="henhuy, jh-RLI",
1313
author_email="Hendrik.Huyskens@rl-institut.de",
1414
description="SQLAlchemy module to generate ORM, read from data model (oedatamodel) in open-energy-metadata JSON format",

0 commit comments

Comments
 (0)