Skip to content

Commit

Permalink
Merge pull request #403 from OpenDataServices/jb-2022-10-28
Browse files Browse the repository at this point in the history
Jb 2022 10 28
  • Loading branch information
James (ODSC) authored Oct 28, 2022
2 parents c07d154 + 0145a64 commit c2e5de7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added
## [0.18.1] - 2022-10-28

### Fixed

- Lock to a version of jsonref<1 to avoid breaking changes in 1.0.0

## [0.18.0] - 2022-09-26

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run(self):


install_requires = [
"jsonref",
"jsonref<1",
"schema",
"openpyxl>=2.6,!=3.0.2",
"pytz",
Expand All @@ -43,7 +43,7 @@ def run(self):

setup(
name="flattentool",
version="0.18.0",
version="0.18.1",
author="Open Data Services",
author_email="[email protected]",
packages=["flattentool"],
Expand Down

0 comments on commit c2e5de7

Please sign in to comment.