File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,14 @@ Template:
31
31
### Added
32
32
33
33
### Changed
34
- - fix module not installed error after pip install and import of oem2orm PR(#26 )
35
34
---
35
+ ## [ 0.3.1] - 2022-10-24
36
+
37
+ ### Added
36
38
39
+ ### Changed
40
+ - fix module not installed error after pip install and import of oem2orm PR(#26 )
41
+ ______________________________________________________________________
37
42
## [ 0.3.0] - 2022-10-24
38
43
### Added
39
44
- Option to create tables from OEM JSON instead of file
Original file line number Diff line number Diff line change 8
8
9
9
setuptools .setup (
10
10
name = "oem2orm" ,
11
- version = "0.3.0 " ,
11
+ version = "0.3.1 " ,
12
12
author = "henhuy, jh-RLI" ,
13
13
author_email = "Hendrik.Huyskens@rl-institut.de" ,
14
14
description = "SQLAlchemy module to generate ORM, read from data model (oedatamodel) in open-energy-metadata JSON format" ,
You can’t perform that action at this time.
0 commit comments