File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def run(self):
4343
4444setup (
4545 name = "flattentool" ,
46- version = "0.26 .0" ,
46+ version = "0.27 .0" ,
4747 author = "Open Data Services" ,
4848 author_email = "code@opendataservices.coop" ,
4949 packages = ["flattentool" ],
You can’t perform that action at this time.
0 commit comments