Skip to content

Commit

Permalink
Merge branch 'release/1.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
samharrison7 committed Mar 27, 2022
2 parents a9de377 + e4406da commit 8bb3882
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Notable changes to json2netcdf will be documented here.

## [Unreleased]

## [1.1.2] - 2022-03-27

### Fixed

- Issue with dependencies not being specified in `setup.cfg`.

## [1.1.0] - 2022-03-27

This release introduces a Python package alongside the previous command line interface, allowing easy use of json2netcdf from within Python programs. A number of additions have been made to the repository to enable this. The command line interface remains the same as previously.
Expand All @@ -12,5 +18,6 @@ This release introduces a Python package alongside the previous command line int
First major release.

[Unreleased]: https://github.com/samharrison7/json2netcdf/tree/develop
[1.1.2]: https://github.com/samharrison7/json2netcdf/tree/1.1.2
[1.1.0]: https://github.com/samharrison7/json2netcdf/tree/1.1.0
[1.0]: https://github.com/samharrison7/json2netcdf/tree/1.0
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = json2netcdf
version = 1.1.0
version = 1.1.2
author = Sam Harrison
author_email = [email protected]
description = Package to convert JSON to NetCDF data
Expand All @@ -19,6 +19,9 @@ package_dir =
= src
packages = find:
python_requires = >=3.6
install_requires =
numpy
netCDF4

[options.packages.find]
where = src
Expand Down

0 comments on commit 8bb3882

Please sign in to comment.