Skip to content

Commit 32dcbb1

Browse files
committed
Update CHANGELOG.md and version numbers for 3.0.2 release
CHANGELOG.md - Update version number to 3.0.2 with the release date - Add statement that "#INTEGRATOR none" statements should be removed docs/source/conf.py src/gdata.h - Update version numbers from 3.0.1 to 3.0.2 Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
1 parent 7c37438 commit 32dcbb1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
<!-- Version numbers must be synchronized in CHANGELOG.md, -->
1212
<!-- src/gdata.h, and docs/source/conf.py-->
13-
## [Unreleased]
13+
## [3.0.2] - 2023-06-02
1414
### Added
1515
- Added `.readthedocs.yaml` for configuring ReadTheDocs builds
1616
- Added a ReadTheDocs badge in `README.md`
17+
- State that `#INTEGRATOR none` statements should be removed in RTD documentation
1718

1819
### Changed
1920
- Added pybtex and pybtex-docutils to the `docs/requirements.txt`

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# The full version, including alpha/beta/rc tags
2626
# (version numbers must be synchronized in CHANGELOG.md, src/gdata.h,
2727
# and docs/source/conf.py)
28-
release = "3.0.1"
28+
release = "3.0.2"
2929

3030

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

src/gdata.h

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

3232
// Version numbers must be synchronized in CHANGELOG.md, src/gdata.h,
3333
// and docs/source/conf.py
34-
#define KPP_VERSION "3.0.1"
34+
#define KPP_VERSION "3.0.2"
3535

3636
#ifndef _GDATA_H_
3737
#define _GDATA_H_

0 commit comments

Comments
 (0)