Skip to content

Commit

Permalink
Merge branch 'release/4.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatologist committed Nov 19, 2023
2 parents 9f45470 + b7a7359 commit eb4f37a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [4.1.0](https://github.com/dermatologist/pyomop/tree/4.1.0) (2023-11-19)

[Full Changelog](https://github.com/dermatologist/pyomop/compare/4.0.0...4.1.0)

## [4.0.0](https://github.com/dermatologist/pyomop/tree/4.0.0) (2023-11-19)

[Full Changelog](https://github.com/dermatologist/pyomop/compare/3.2.0...4.0.0)
Expand Down
2 changes: 2 additions & 0 deletions src/pyomop/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ def cli(verbose, create, dbtype, host, port, user, pw, name, schema, vocab):
print("verbose")
if create:
cdm = CdmEngineFactory(dbtype, host, port, user, pw, name, schema)
# initialize default engine
engine = cdm.engine
asyncio.run(cdm.init_models(metadata))
if vocab is not '':
cdm = CdmEngineFactory(dbtype, host, port, user, pw, name, schema)
Expand Down

0 comments on commit eb4f37a

Please sign in to comment.