Skip to content

Commit e869813

Browse files
committed
Update version numbers to 3.3.0
CHANGELOG.md docs/source/conf.py src/gdata.h - Updated version number to from 3.2.1 to 3.3.0 docs/source/tech_info/06_info_for_kpp_developers.rst - Fixed typo in ordered list for KPP C-I tests
1 parent 0a0c225 commit e869813

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.
1111
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1313

14-
## [Unreleased] - TBD
14+
## [3.3.0] - 2025-07-17
1515
### Added
1616
- New integrator: `rosenbrock_h211b_qssa.f90`
1717
- New C-I tests: `F90_ros_h211b`, `F90_mcm_h211b`

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
# docs/source/conf.py and https://en.wikipedia.org/wiki/Kinetic_PreProcessor)
28-
release = "3.2.1"
28+
release = "3.3.0"
2929

3030

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

docs/source/tech_info/06_info_for_kpp_developers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ Notes about C-I tests:
464464
:ref:`running-kpp-with-an-example-mechanism`.
465465
#. :file:`X_minver` tests if the :ref:`minversion-cmd` command works
466466
properly.
467-
* Due to memory restrictions, the :file:`F90_mcm` and
467+
#. Due to memory restrictions, the :file:`F90_mcm` and
468468
:file:`F90_mcm_h211b` are not run on the Microsoft Azure Dev
469469
pipelines platform. However, you can run these tests manaully.
470470

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
// docs/source/conf.py and https://en.wikipedia.org/wiki/Kinetic_PreProcessor
34-
#define KPP_VERSION "3.2.1"
34+
#define KPP_VERSION "3.3.0"
3535

3636
#ifndef _GDATA_H_
3737
#define _GDATA_H_

0 commit comments

Comments
 (0)