Skip to content

Commit 4f5ff75

Browse files
committed
release: Make 0.15.3 release
1 parent 83a4ef2 commit 4f5ff75

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
### Fixed
1010

11+
## [0.15.3] - 2020-02-23
12+
1113
- use-titles: Use $ref'erring title if available https://github.com/OpenDataServices/flatten-tool/pull/368
1214
- create-template --no-deprecated-fields: Did not work if deprecated element at same level as a $ref https://github.com/OpenDataServices/flatten-tool/issues/185#issuecomment-719587348
1315

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def run(self):
3939

4040
setup(
4141
name="flattentool",
42-
version="0.15.2",
42+
version="0.15.3",
4343
author="Open Data Services",
4444
author_email="[email protected]",
4545
packages=["flattentool"],

0 commit comments

Comments
 (0)