Skip to content

Commit 989211a

Browse files
committed
Bump version to Cantera 3.1.0
1 parent f43d2c8 commit 989211a

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ possible.
9292
Development Site
9393
================
9494

95-
The current development version is 3.1.0b1. The current stable version is
96-
3.0.0. The `latest Cantera source code <https://github.com/Cantera/cantera>`_,
95+
The current development version is 3.1.0. The current stable version is
96+
3.1.0. The `latest Cantera source code <https://github.com/Cantera/cantera>`_,
9797
the `issue tracker <https://github.com/Cantera/cantera/issues>`_ for bugs and
9898
enhancement requests, `downloads of Cantera releases and binary installers
9999
<https://github.com/Cantera/cantera/releases>`_ , and the `Cantera wiki

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ logger.info(
163163
f"SCons {SCons.__version__} is using the following Python interpreter:\n"
164164
f" {sys.executable} (Python {python_version})", print_level=False)
165165

166-
cantera_version = "3.1.0b1"
166+
cantera_version = "3.1.0"
167167
# For use where pre-release tags are not permitted (MSI, sonames)
168168
cantera_pure_version = re.match(r'(\d+\.\d+\.\d+)', cantera_version).group(0)
169169
cantera_short_version = re.match(r'(\d+\.\d+)', cantera_version).group(0)

doc/doxygen/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = Cantera
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 3.1.0b1
51+
PROJECT_NUMBER = 3.1.0
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

doc/sphinx/reference/releasenotes/v3.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Cantera 3.1.0b1
1+
# Cantera 3.1.0
22

3-
Published on November 10, 2024 | [Full release on GitHub](https://github.com/Cantera/cantera/releases/tag/v3.1.0b1)
3+
Published on December 14, 2024 | [Full release on GitHub](https://github.com/Cantera/cantera/releases/tag/v3.1.0)
44

55
The Cantera development team is pleased to announce the availability of Cantera 3.1.0. There have been over [800 commits](https://github.com/Cantera/cantera/wiki/Cantera-3.1.0-Changelog) to Cantera since the last version, 3.0.0, which was released in August 2023. We have closed or merged [128 pull requests](https://github.com/Cantera/cantera/pulls?q=is%3Apr+merged%3A2023-08-23..2024-11-10+is%3Aclosed) and closed [81 issues](https://github.com/Cantera/cantera/issues?q=is%3Aissue+closed%3A2023-08-23..2024-12-14+is%3Aclosed) and [24 enhancement proposals](https://github.com/Cantera/enhancements/issues?q=is:issue+closed:2023-08-23..2024-12-14+is:closed). Instructions for installing Cantera 3.1 are available on the [Cantera website](/install/index).
66

interfaces/cython/cantera/ck2yaml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2051,7 +2051,7 @@ def write_yaml(self, name='gas', out_name='mech.yaml'):
20512051
metadata = BlockMap([
20522052
("generator", "ck2yaml"),
20532053
("input-files", FlowList(self.files)),
2054-
("cantera-version", "3.1.0b1"),
2054+
("cantera-version", "3.1.0"),
20552055
("date", formatdate(localtime=True)),
20562056
])
20572057
if desc.strip():

interfaces/cython/cantera/cti2yaml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,7 @@ def convert(filename=None, output_name=None, text=None, encoding="latin-1"):
16611661
# information regarding conversion
16621662
metadata = BlockMap([
16631663
("generator", "cti2yaml"),
1664-
("cantera-version", "3.1.0b1"),
1664+
("cantera-version", "3.1.0"),
16651665
("date", formatdate(localtime=True)),
16661666
])
16671667
if filename != "<string>":

interfaces/cython/cantera/ctml2yaml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2637,7 +2637,7 @@ def convert(
26372637
metadata = BlockMap(
26382638
{
26392639
"generator": "ctml2yaml",
2640-
"cantera-version": "3.1.0b1",
2640+
"cantera-version": "3.1.0",
26412641
"date": formatdate(localtime=True),
26422642
}
26432643
)

test/data/nasa9-embedded.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
generator: ck2yaml
22
input-files: [nasa9-embedded.inp]
3-
cantera-version: 3.1.0a2
3+
cantera-version: 3.1.0
44
date: Sat, 20 Jul 2024 15:58:26 -0400
55

66
units: {length: cm, time: s, quantity: mol, activation-energy: cal/mol}

test/data/nonreactant-order.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
generator: ck2yaml
22
input-files: [err-nonreactant-order.inp, dummy-thermo.dat]
3-
cantera-version: 3.1.0a2
3+
cantera-version: 3.1.0
44
date: Fri, 28 Jun 2024 13:10:15 -0400
55

66
units: {length: cm, time: s, quantity: mol, activation-energy: cal/mol}

0 commit comments

Comments
 (0)