File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.
1111The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
1212and 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 `
Original file line number Diff line number Diff line change 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 ---------------------------------------------------
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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_
You can’t perform that action at this time.
0 commit comments