We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b3a97 commit 44fa738Copy full SHA for 44fa738
CHANGELOG.md
@@ -6,11 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## [0.15.4] - 2021-03-08
10
+
11
### Fixed
12
13
- Fix parsing date and number formatting from .ods files https://github.com/OpenDataServices/flatten-tool/pull/373
14
-## [0.15.3] - 2020-02-23
15
+## [0.15.3] - 2021-02-23
16
17
18
setup.py
@@ -40,7 +40,7 @@ def run(self):
40
41
setup(
42
name="flattentool",
43
- version="0.15.3",
+ version="0.15.4",
44
author="Open Data Services",
45
author_email="[email protected]",
46
packages=["flattentool"],
0 commit comments