Skip to content

Commit c2e5de7

Browse files
author
James (ODSC)
authored
Merge pull request #403 from OpenDataServices/jb-2022-10-28
Jb 2022 10 28
2 parents c07d154 + 0145a64 commit c2e5de7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
### Added
9+
## [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
1014

1115
## [0.18.0] - 2022-09-26
1216

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def run(self):
2828

2929

3030
install_requires = [
31-
"jsonref",
31+
"jsonref<1",
3232
"schema",
3333
"openpyxl>=2.6,!=3.0.2",
3434
"pytz",
@@ -43,7 +43,7 @@ def run(self):
4343

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

0 commit comments

Comments
 (0)