File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed 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.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.27.0] - 2024-12-18
10
+
11
+ ### Added
12
+
13
+ - Allow passing of schema as Python object, and update docs
14
+
9
15
### Fixed
10
16
11
17
- Some typos in docs, comments and examples
12
18
- Put back some translations that were removed
13
19
- Minor python tidyups
14
20
- 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
16
21
17
22
### Removed
18
23
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def run(self):
43
43
44
44
setup (
45
45
name = "flattentool" ,
46
- version = "0.26 .0" ,
46
+ version = "0.27 .0" ,
47
47
author = "Open Data Services" ,
48
48
49
49
packages = ["flattentool" ],
You can’t perform that action at this time.
0 commit comments