Skip to content

Commit 9f89c11

Browse files
authored
Merge pull request #473 from OpenDataServices/2024-12-18
release: 0.27.0
2 parents 76b0547 + 25ec628 commit 9f89c11

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.27.0] - 2024-12-18
10+
11+
### Added
12+
13+
- Allow passing of schema as Python object, and update docs
14+
915
### Fixed
1016

1117
- Some typos in docs, comments and examples
1218
- Put back some translations that were removed
1319
- Minor python tidyups
1420
- Avoid deprecation warning from the ijson package. https://github.com/OpenDataServices/flatten-tool/pull/458
15-
- Allow passing of schema as Python object, and update docs
1621

1722
### Removed
1823

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def run(self):
4343

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

0 commit comments

Comments
 (0)