Skip to content

Commit 0b2d80c

Browse files
authored
Merge pull request #875 from PCMDI/cmor_3.13.0
CMOR 3.13.0
2 parents 11cc6d8 + 392d939 commit 0b2d80c

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
executor: << parameters.os >>
142142
environment:
143143
PKG_NAME: "cmor"
144-
VERSION: "3.12.0"
144+
VERSION: "3.13.0"
145145
PYTHON_VERSION: << parameters.python_version >>
146146
CHANNELS: "-c conda-forge"
147147
steps:

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ${{ matrix.runner.RUNNER_OS }}
3333
env:
3434
PACKAGE_NAME: cmor
35-
PACKAGE_VERSION: 3.12.0
35+
PACKAGE_VERSION: 3.13.0
3636
PYTHON_VERSION: ${{ matrix.python_version }}
3737
CONDA_FORGE_CHANNEL: conda-forge
3838
CONDA_USER: pcmdi

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ authors:
6767
orcid: "https://orcid.org/0000-0002-4040-0215"
6868
affiliation: "German Climate Computing Centre (DKRZ)"
6969
title: "The Climate Model Output Rewriter (CMOR)"
70-
version: 3.12.0
70+
version: 3.13.0
7171
doi: 10.5281/zenodo.592733
72-
date-released: 2025-09-05
72+
date-released: 2025-10-10
7373
url: "https://github.com/PCMDI/cmor"

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.72 for cmor 3.12.0.
3+
# Generated by GNU Autoconf 2.72 for cmor 3.13.0.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -604,8 +604,8 @@ MAKEFLAGS=
604604
# Identity of this package.
605605
PACKAGE_NAME='cmor'
606606
PACKAGE_TARNAME='cmor'
607-
PACKAGE_VERSION='3.12.0'
608-
PACKAGE_STRING='cmor 3.12.0'
607+
PACKAGE_VERSION='3.13.0'
608+
PACKAGE_STRING='cmor 3.13.0'
609609
PACKAGE_BUGREPORT='[email protected]'
610610
PACKAGE_URL=''
611611

@@ -1286,7 +1286,7 @@ if test "$ac_init_help" = "long"; then
12861286
# Omit some internal or obsolete options to make the list less imposing.
12871287
# This message is too long to be a string in the A/UX 3.1 sh.
12881288
cat <<_ACEOF
1289-
'configure' configures cmor 3.12.0 to adapt to many kinds of systems.
1289+
'configure' configures cmor 3.13.0 to adapt to many kinds of systems.
12901290
12911291
Usage: $0 [OPTION]... [VAR=VALUE]...
12921292
@@ -1353,7 +1353,7 @@ fi
13531353

13541354
if test -n "$ac_init_help"; then
13551355
case $ac_init_help in
1356-
short | recursive ) echo "Configuration of cmor 3.12.0:";;
1356+
short | recursive ) echo "Configuration of cmor 3.13.0:";;
13571357
esac
13581358
cat <<\_ACEOF
13591359
@@ -1457,7 +1457,7 @@ fi
14571457
test -n "$ac_init_help" && exit $ac_status
14581458
if $ac_init_version; then
14591459
cat <<\_ACEOF
1460-
cmor configure 3.12.0
1460+
cmor configure 3.13.0
14611461
generated by GNU Autoconf 2.72
14621462
14631463
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1705,7 +1705,7 @@ cat >config.log <<_ACEOF
17051705
This file contains any messages produced by compilers while
17061706
running configure, to aid debugging if configure makes a mistake.
17071707
1708-
It was created by cmor $as_me 3.12.0, which was
1708+
It was created by cmor $as_me 3.13.0, which was
17091709
generated by GNU Autoconf 2.72. Invocation command line was
17101710
17111711
$ $0$ac_configure_args_raw
@@ -5871,7 +5871,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
58715871
# report actual input values of CONFIG_FILES etc. instead of their
58725872
# values after options handling.
58735873
ac_log="
5874-
This file was extended by cmor $as_me 3.12.0, which was
5874+
This file was extended by cmor $as_me 3.13.0, which was
58755875
generated by GNU Autoconf 2.72. Invocation command line was
58765876
58775877
CONFIG_FILES = $CONFIG_FILES
@@ -5926,7 +5926,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
59265926
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
59275927
ac_cs_config='$ac_cs_config_escaped'
59285928
ac_cs_version="\\
5929-
cmor config.status 3.12.0
5929+
cmor config.status 3.13.0
59305930
configured by $0, generated by GNU Autoconf 2.72,
59315931
with options \\"\$ac_cs_config\\"
59325932

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl
22
dnl Process this file with autoconf to produce a configure script.
33

44
dnl AC_PREREQ([2.71])
5-
AC_INIT([cmor],[3.12.0],[[email protected]])
5+
AC_INIT([cmor],[3.13.0],[[email protected]])
66

77
GIT_TAG=`cd $srcdir ; git log -n 1 --pretty="format:%H"`
88

include/cmor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define CMOR_H
33

44
#define CMOR_VERSION_MAJOR 3
5-
#define CMOR_VERSION_MINOR 12
5+
#define CMOR_VERSION_MINOR 13
66
#define CMOR_VERSION_PATCH 0
77

88
#define CMOR_CF_VERSION_MAJOR 1

setup.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ print('src:',srcfiles)
5151
print('macros:',macros)
5252

5353
setup (name = "CMOR",
54-
version='3.12.0',
54+
version='3.13.0',
5555
author='Chris Mauzey, LLNL',
5656
description = "Python Interface to CMOR output library",
5757
url = "https://cmor.llnl.gov/",

0 commit comments

Comments
 (0)