Skip to content

Commit

Permalink
Merge pull request #53 from OpenEnergyPlatform/release-v0.4.1
Browse files Browse the repository at this point in the history
Release v0.4.1
  • Loading branch information
jh-RLI authored Apr 17, 2024
2 parents 7f173ea + d06e09a commit 05e2fab
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@ Template:

______________________________________________________________________

## [v0.4.1] - 2024-04-17

### Added

-

### Changed

- Fix OEP URL in settings.py to latest url schema: <https://openenergyplatform.org/> [#52](https://github.com/OpenEnergyPlatform/oem2orm/pull/52)

### Removed

______________________________________________________________________

## [v0.4.0] - 2024-04-16

### Added
Expand Down
4 changes: 2 additions & 2 deletions oem2orm/settings.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
OEP_URL = "openenergy-platform.org"
OEP_API_URL = "https://openenergy-platform.org/api/v0/"
OEP_URL = "openenergyplatform.org"
OEP_API_URL = "https://openenergyplatform.org/api/v0/"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

0 comments on commit 05e2fab

Please sign in to comment.