Skip to content

Commit 8c4d1f9

Browse files
authored
Merge pull request #27 from OpenEnergyPlatform/release/v0.3.1
Release/v0.3.1
2 parents 932ae7b + 483794f commit 8c4d1f9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,14 @@ Template:
3131
### Added
3232

3333
### Changed
34-
- fix module not installed error after pip install and import of oem2orm PR(#26)
3534
---
35+
## [0.3.1] - 2022-10-24
36+
37+
### Added
3638

39+
### Changed
40+
- fix module not installed error after pip install and import of oem2orm PR(#26)
41+
______________________________________________________________________
3742
## [0.3.0] - 2022-10-24
3843
### Added
3944
- Option to create tables from OEM JSON instead of file

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.3.0",
11+
version="0.3.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)