Skip to content

Commit c43ffc8

Browse files
committed
release: Make 0.18.0 release
1 parent da1973f commit c43ffc8

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
### Added
1010

11+
## [0.18.0] - 2022-09-26
12+
1113
- Add support for flattening an array of arrays https://github.com/OpenDataServices/flatten-tool/issues/398
1214

1315
## [0.17.2] - 2022-06-15

setup.py

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

4444
setup(
4545
name="flattentool",
46-
version="0.17.2",
46+
version="0.18.0",
4747
author="Open Data Services",
4848
author_email="[email protected]",
4949
packages=["flattentool"],

0 commit comments

Comments
 (0)