diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e44ad52..445aa89d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes -## Version _next_ +## Version 1.5.4 - 2020-10-10 - Refactor the models file generation to use the artifacts from the schemas. - Add `build_json` and `build_yaml` interfaces which can be used to produce a package with the models. diff --git a/setup.py b/setup.py index d7c57f86..4591b15e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="OpenAlchemy", - version="1.5.4", + version="1.6.0", author="David Andersson", author_email="anderssonpublic@gmail.com", description="Maps an OpenAPI schema to SQLAlchemy models.",