Skip to content

Commit

Permalink
GCPy 1.4.1 release
Browse files Browse the repository at this point in the history
This is the official release commit for GCPy 1.4.1.

This is a bugfix release that fixes the issue that was described in
issue #278.  This was resolved with PR #279.

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Dec 8, 2023
2 parents ba783b9 + a6f3684 commit a056352
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 140 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to GCPy will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4.1] - 2023-12-08
### Fixed
- Now use the proper default value for the `--weightsdir` argument to `gcpy/file_regrid.py`

## [1.4.0] - 2023-11-20
### Added
- Added C2H2 and C2H4 to `emission_species.yml`
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'GEOS-Chem Support Team'

# The full version, including alpha/beta/rc tags
release = '1.4.0'
release = '1.4.1'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion gcpy/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = '1.4.0'
__version__ = '1.4.1'
2 changes: 1 addition & 1 deletion gcpy/file_regrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,7 @@ def main():
"-w", "--weightsdir",
metavar="WGT",
type=str,
default=False,
default=".",
help="Directory where regridding weights are found (or will be created)"
)
args = parser.parse_args()
Expand Down
137 changes: 0 additions & 137 deletions setup.py

This file was deleted.

0 comments on commit a056352

Please sign in to comment.