Skip to content

Commit e65f60d

Browse files
committed
- bump to 5.21.1
1 parent db4dc4f commit e65f60d

File tree

4 files changed

+22
-15
lines changed

4 files changed

+22
-15
lines changed

NEWS.txt

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

3+
====================================================================
4+
5.21.1 (2026-03-05)
5+
====================================================================
6+
7+
This release fixes an issue with the python bindings in the pip
8+
package `python-libsbml`.
9+
310
====================================================================
411
5.21.0 (2026-01-09)
512
====================================================================

VERSION.txt

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

configure

Lines changed: 11 additions & 11 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.21.0.
4+
# Generated by GNU Autoconf 2.72 for libSBML 5.21.1.
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.21.0'
763-
PACKAGE_STRING='libSBML 5.21.0'
762+
PACKAGE_VERSION='5.21.1'
763+
PACKAGE_STRING='libSBML 5.21.1'
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.21.0 to adapt to many kinds of systems.
1658+
'configure' configures libSBML 5.21.1 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.21.0:";;
1724+
short | recursive ) echo "Configuration of libSBML 5.21.1:";;
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.21.0
1881+
libSBML configure 5.21.1
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.21.0, which was
2497+
It was created by libSBML $as_me 5.21.1, which was
24982498
generated by GNU Autoconf 2.72. Invocation command line was
24992499

25002500
$ $0$ac_configure_args_raw
@@ -3497,7 +3497,7 @@ 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=52100
3500+
LIBSBML_VERSION_NUMERIC=52101
35013501

35023502

35033503

@@ -3509,7 +3509,7 @@ LIBSBML_MINOR_VERSION=21
35093509

35103510

35113511

3512-
LIBSBML_REVISION_VERSION=0
3512+
LIBSBML_REVISION_VERSION=1
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.21.0, which was
29227+
This file was extended by libSBML $as_me 5.21.1, 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.21.0
29292+
libSBML config.status 5.21.1
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.21.0"
54+
#define LIBSBML_DOTTED_VERSION "5.21.1"
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 52100
65+
#define LIBSBML_VERSION 52101
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 "52100"
73+
#define LIBSBML_VERSION_STRING "52101"
7474

7575

7676
LIBSBML_CPP_NAMESPACE_BEGIN

0 commit comments

Comments
 (0)