Skip to content

Commit ac4c089

Browse files
committed
GCPy 1.7.1 release -- change version numbers
Change version numbers to 1.7.1 in the usual places Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
1 parent 89ed09e commit ac4c089

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to GCPy will be documented in this file.
44

55
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).
66

7-
## [Unreleased] - TBD
7+
## [1.7.1] - 2026-02-03
88
### Changed
99
- Bumped `pip` to version 26.0 in `setup.py` and environment files
1010

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'GEOS-Chem Support Team'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.7.0'
25+
release = '1.7.1'
2626

2727
# -- General configuration ---------------------------------------------------
2828

gcpy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '1.7.0'
1+
__version__ = '1.7.1'
22

gcpy/benchmark/modules/run_1yr_fullchem_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
4545
$ export MPLBACKEND=agg
4646
47-
This script corresponds with GCPy 1.7.0. Edit this version ID if releasing
47+
This script corresponds with GCPy 1.7.1. Edit this version ID if releasing
4848
a new version of GCPy.
4949
"""
5050

gcpy/benchmark/modules/run_1yr_tt_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
4545
$ export MPLBACKEND=agg
4646
47-
This script corresponds with GCPy 1.7.0. Edit this version ID if releasing
47+
This script corresponds with GCPy 1.7.1. Edit this version ID if releasing
4848
a new version of GCPy.
4949
"""
5050

gcpy/benchmark/run_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
3636
$ export MPLBACKEND=agg
3737
38-
This script corresponds with GCPy 1.7.0. Edit this version ID if releasing
38+
This script corresponds with GCPy 1.7.1. Edit this version ID if releasing
3939
a new version of GCPy.
4040
"""
4141

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
MAJOR = 1
3232
MINOR = 7
33-
MICRO = 0
33+
MICRO = 1
3434
EXTRA = '' # for alpha (aN), beta (bN), rc (rcN) versions
3535

3636
VERSION = f"{MAJOR}.{MINOR}.{MICRO}{EXTRA}"

0 commit comments

Comments
 (0)