Skip to content

Commit 8403729

Browse files
committed
- bump version, add news
1 parent 151acfd commit 8403729

File tree

4 files changed

+35
-18
lines changed

4 files changed

+35
-18
lines changed

NEWS.txt

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
 libSBML NEWS -- History of user-visible changes
22

33
====================================================================
4-
5.20.4
4+
5.21.0 (2026-01-09)
5+
====================================================================
6+
7+
This release further improves the ODE to Reaction converter,
8+
improves the ASTNode::derivative function to support all allowed
9+
math constructs, and resolves a number of build and stability
10+
issues.
11+
12+
====================================================================
13+
5.20.5 (2025-05-05)
14+
====================================================================
15+
16+
This release adds support for retrieving / setting notes via Markdown
17+
(using the 3rdParty libraries html2md and maddy). Additionally, a
18+
number of stability and build issues were resolved.
19+
20+
====================================================================
21+
5.20.4 (2024-08-07)
522
====================================================================
623

724
This is mostly a bug fix release enhancing stability and improving
@@ -13,7 +30,7 @@ performance when validating models. Main points:
1330

1431

1532
====================================================================
16-
5.20.2
33+
5.20.2 (2023-09-21)
1734
====================================================================
1835

1936
This is mostly a bug fix release enhancing stability when validating

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.20.5
1+
5.21.0

configure

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
22
# From configure.ac Revision.
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.72 for libSBML 5.20.5.
4+
# Generated by GNU Autoconf 2.72 for libSBML 5.21.0.
55
#
66
# Report bugs to <libsbml-team@googlegroups.com>.
77
#
@@ -759,8 +759,8 @@ MAKEFLAGS=
759759
# Identity of this package.
760760
PACKAGE_NAME='libSBML'
761761
PACKAGE_TARNAME='libsbml'
762-
PACKAGE_VERSION='5.20.5'
763-
PACKAGE_STRING='libSBML 5.20.5'
762+
PACKAGE_VERSION='5.21.0'
763+
PACKAGE_STRING='libSBML 5.21.0'
764764
PACKAGE_BUGREPORT='libsbml-team@googlegroups.com'
765765
PACKAGE_URL='http://sbml.org/Software/libSBML'
766766

@@ -1655,7 +1655,7 @@ if test "$ac_init_help" = "long"; then
16551655
# Omit some internal or obsolete options to make the list less imposing.
16561656
# This message is too long to be a string in the A/UX 3.1 sh.
16571657
cat <<_ACEOF
1658-
'configure' configures libSBML 5.20.5 to adapt to many kinds of systems.
1658+
'configure' configures libSBML 5.21.0 to adapt to many kinds of systems.
16591659

16601660
Usage: $0 [OPTION]... [VAR=VALUE]...
16611661

@@ -1721,7 +1721,7 @@ fi
17211721

17221722
if test -n "$ac_init_help"; then
17231723
case $ac_init_help in
1724-
short | recursive ) echo "Configuration of libSBML 5.20.5:";;
1724+
short | recursive ) echo "Configuration of libSBML 5.21.0:";;
17251725
esac
17261726
cat <<\_ACEOF
17271727

@@ -1878,7 +1878,7 @@ fi
18781878
test -n "$ac_init_help" && exit $ac_status
18791879
if $ac_init_version; then
18801880
cat <<\_ACEOF
1881-
libSBML configure 5.20.5
1881+
libSBML configure 5.21.0
18821882
generated by GNU Autoconf 2.72
18831883

18841884
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -2494,7 +2494,7 @@ cat >config.log <<_ACEOF
24942494
This file contains any messages produced by compilers while
24952495
running configure, to aid debugging if configure makes a mistake.
24962496

2497-
It was created by libSBML $as_me 5.20.5, which was
2497+
It was created by libSBML $as_me 5.21.0, which was
24982498
generated by GNU Autoconf 2.72. Invocation command line was
24992499

25002500
$ $0$ac_configure_args_raw
@@ -3497,19 +3497,19 @@ ac_config_headers="$ac_config_headers src/sbml/common/libsbml-package.h"
34973497
ac_config_headers="$ac_config_headers src/sbml/common/libsbml-namespace.h"
34983498

34993499

3500-
LIBSBML_VERSION_NUMERIC=52004
3500+
LIBSBML_VERSION_NUMERIC=52100
35013501

35023502

35033503

35043504
LIBSBML_MAJOR_VERSION=5
35053505

35063506

35073507

3508-
LIBSBML_MINOR_VERSION=20
3508+
LIBSBML_MINOR_VERSION=21
35093509

35103510

35113511

3512-
LIBSBML_REVISION_VERSION=4
3512+
LIBSBML_REVISION_VERSION=0
35133513

35143514

35153515

@@ -29224,7 +29224,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2922429224
# report actual input values of CONFIG_FILES etc. instead of their
2922529225
# values after options handling.
2922629226
ac_log="
29227-
This file was extended by libSBML $as_me 5.20.5, which was
29227+
This file was extended by libSBML $as_me 5.21.0, which was
2922829228
generated by GNU Autoconf 2.72. Invocation command line was
2922929229

2923029230
CONFIG_FILES = $CONFIG_FILES
@@ -29289,7 +29289,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
2928929289
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2929029290
ac_cs_config='$ac_cs_config_escaped'
2929129291
ac_cs_version="\\
29292-
libSBML config.status 5.20.5
29292+
libSBML config.status 5.21.0
2929329293
configured by $0, generated by GNU Autoconf 2.72,
2929429294
with options \\"\$ac_cs_config\\"
2929529295

src/sbml/common/libsbml-version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
*
5252
* A version string of the form "1.2.3".
5353
*/
54-
#define LIBSBML_DOTTED_VERSION "5.20.5"
54+
#define LIBSBML_DOTTED_VERSION "5.21.0"
5555

5656

5757
/**
@@ -62,15 +62,15 @@
6262
* libSBML is released, making it easy to use less-than and greater-than
6363
* comparisons when testing versions numbers.
6464
*/
65-
#define LIBSBML_VERSION 52004
65+
#define LIBSBML_VERSION 52100
6666

6767

6868
/**
6969
* LIBSBML_VERSION_STRING:
7070
*
7171
* The numeric version as a string: version 1.2.3 becomes "10203".
7272
*/
73-
#define LIBSBML_VERSION_STRING "52004"
73+
#define LIBSBML_VERSION_STRING "52100"
7474

7575

7676
LIBSBML_CPP_NAMESPACE_BEGIN

0 commit comments

Comments
 (0)