Skip to content

Commit 4c1916b

Browse files
authored
Merge pull request #200 from jdkandersson/release/v1.6.0
Release 1.6.0
2 parents 7f1d11a + ada4c64 commit 4c1916b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes
22

3-
## Version _next_
3+
## Version 1.5.4 - 2020-10-10
44

55
- Refactor the models file generation to use the artifacts from the schemas.
66
- Add `build_json` and `build_yaml` interfaces which can be used to produce a package with the models.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="OpenAlchemy",
10-
version="1.5.4",
10+
version="1.6.0",
1111
author="David Andersson",
1212
author_email="anderssonpublic@gmail.com",
1313
description="Maps an OpenAPI schema to SQLAlchemy models.",

0 commit comments

Comments
 (0)