We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f1d11a + ada4c64 commit 4c1916bCopy full SHA for 4c1916b
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release Notes
2
3
-## Version _next_
+## Version 1.5.4 - 2020-10-10
4
5
- Refactor the models file generation to use the artifacts from the schemas.
6
- Add `build_json` and `build_yaml` interfaces which can be used to produce a package with the models.
setup.py
@@ -7,7 +7,7 @@
7
8
setuptools.setup(
9
name="OpenAlchemy",
10
- version="1.5.4",
+ version="1.6.0",
11
author="David Andersson",
12
author_email="anderssonpublic@gmail.com",
13
description="Maps an OpenAPI schema to SQLAlchemy models.",
0 commit comments