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.
2 parents c07d154 + 0145a64 commit c2e5de7Copy full SHA for c2e5de7
CHANGELOG.md
@@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
-### Added
+## [0.18.1] - 2022-10-28
10
+
11
+### Fixed
12
13
+- Lock to a version of jsonref<1 to avoid breaking changes in 1.0.0
14
15
## [0.18.0] - 2022-09-26
16
setup.py
@@ -28,7 +28,7 @@ def run(self):
28
29
30
install_requires = [
31
- "jsonref",
+ "jsonref<1",
32
"schema",
33
"openpyxl>=2.6,!=3.0.2",
34
"pytz",
@@ -43,7 +43,7 @@ def run(self):
43
44
setup(
45
name="flattentool",
46
- version="0.18.0",
+ version="0.18.1",
47
author="Open Data Services",
48
author_email="[email protected]",
49
packages=["flattentool"],
0 commit comments