Skip to content

Commit

Permalink
Update version number to 3.0.0 in anticipation of KPP 3.0.0 release
Browse files Browse the repository at this point in the history
CHANGELOG.md
docs/source/conf.py
src/gdata.h

Updated the version number from 3.0.0-rc.4 to 3.0.0

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Nov 9, 2022
1 parent e82a22f commit d7eccf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- Version numbers must be synchronized in CHANGELOG.md, -->
<!-- src/gdata.h, and docs/source/conf.py-->
## [3.0.0-rc.4]
## [3.0.0]

### Added

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# The full version, including alpha/beta/rc tags
# (version numbers must be synchronized in CHANGELOG.md, src/gdata.h,
# and docs/source/conf.py)
release = "3.0.0-rc.4"
release = "3.0.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/gdata.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

// Version numbers must be synchronized in CHANGELOG.md, src/gdata.h,
// and docs/source/conf.py
#define KPP_VERSION "3.0.0-rc.4"
#define KPP_VERSION "3.0.0"

#ifndef _GDATA_H_
#define _GDATA_H_
Expand Down

0 comments on commit d7eccf8

Please sign in to comment.