Skip to content

Commit

Permalink
Create release v0.3.101.
Browse files Browse the repository at this point in the history
  • Loading branch information
abi-git-user committed Sep 11, 2022
1 parent e4425c2 commit ce638cc
Show file tree
Hide file tree
Showing 148 changed files with 242 additions and 239 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-on-release.yml
Expand Up @@ -342,7 +342,8 @@ jobs:
MACOSX_DEPLOYMENT_TARGET=11.0
LIBCELLML_VERSION_TAG=${{ steps.setup.outputs.tag }}
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ""
CIBW_REPAIR_WHEEL_COMMAND_LINUX: ""
CIBW_BEFORE_BUILD_LINUX: pip install renamewheel
CIBW_REPAIR_WHEEL_COMMAND_LINUX: renamewheel -w {dest_dir} {wheel}

- name: Upload Python wheels as artifacts
if: needs.setup-jobs.outputs.binaries-destination == 'Artifact'
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.10.2)

set(PROJECT_NAME libCellML)
set(PROJECT_URL https://libcellml.org)
set(_PROJECT_VERSION 0.3.100)
set(_PROJECT_VERSION 0.3.101)
set(PROJECT_DEVELOPER_VERSION )
project(${PROJECT_NAME} VERSION ${_PROJECT_VERSION} LANGUAGES CXX)

Expand Down
2 changes: 0 additions & 2 deletions docs/changelogs/changelog_v0.3.100-rc.1.rst

This file was deleted.

4 changes: 2 additions & 2 deletions docs/changelogs/changelog_v0.3.100.rst
@@ -1,5 +1,5 @@
libCellML latest Changelog
==========================
libCellML v0.3.100 Changelog
============================

Infrastructure
--------------
Expand Down
2 changes: 2 additions & 0 deletions docs/changelogs/changelog_v0.3.101.rst
@@ -0,0 +1,2 @@
libCellML v0.3.101 Changelog
============================
4 changes: 2 additions & 2 deletions docs/changelogs/changelog_v0.3.99.rst
@@ -1,5 +1,5 @@
libCellML latest Changelog
==========================
libCellML v0.3.99 Changelog
===========================

Bug
---
Expand Down
1 change: 1 addition & 0 deletions docs/changelogs/index.rst
Expand Up @@ -4,6 +4,7 @@ Changelogs

.. toctree::

changelog_v0.3.101
changelog_v0.3.100
changelog_v0.3.99
changelog_v0.2.0
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Expand Up @@ -37,6 +37,7 @@ Changelogs

.. toctree::

changelogs/changelog_v0.3.101
changelogs/changelog_v0.3.100
changelogs/changelog_v0.3.99
changelogs/changelog_v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion tests/bindings/javascript/version.test.js
Expand Up @@ -22,6 +22,6 @@ describe("Version tests", () => {
libcellml = await libCellMLModule();
});
test('Checking version string.', () => {
expect(libcellml.versionString()).toBe('0.3.100');
expect(libcellml.versionString()).toBe('0.3.101');
});
})
@@ -1,12 +1,12 @@
/* The content of this file was generated using the C profile of libCellML 0.3.100. */
/* The content of this file was generated using the C profile of libCellML 0.3.101. */

#include "model.h"

#include <math.h>
#include <stdlib.h>

const char VERSION[] = "0.3.0";
const char LIBCELLML_VERSION[] = "0.3.100";
const char LIBCELLML_VERSION[] = "0.3.101";

const size_t VARIABLE_COUNT = 2;

Expand Down
@@ -1,12 +1,12 @@
/* The content of this file was generated using the C profile of libCellML 0.3.100. */
/* The content of this file was generated using the C profile of libCellML 0.3.101. */

#include "model.external.h"

#include <math.h>
#include <stdlib.h>

const char VERSION[] = "0.3.0";
const char LIBCELLML_VERSION[] = "0.3.100";
const char LIBCELLML_VERSION[] = "0.3.101";

const size_t VARIABLE_COUNT = 2;

Expand Down
@@ -1,4 +1,4 @@
/* The content of this file was generated using the C profile of libCellML 0.3.100. */
/* The content of this file was generated using the C profile of libCellML 0.3.101. */

#pragma once

Expand Down
@@ -1,11 +1,11 @@
# The content of this file was generated using the Python profile of libCellML 0.3.100.
# The content of this file was generated using the Python profile of libCellML 0.3.101.

from enum import Enum
from math import *


__version__ = "0.3.0"
LIBCELLML_VERSION = "0.3.100"
LIBCELLML_VERSION = "0.3.101"

VARIABLE_COUNT = 2

Expand Down
@@ -1,4 +1,4 @@
/* The content of this file was generated using the C profile of libCellML 0.3.100. */
/* The content of this file was generated using the C profile of libCellML 0.3.101. */

#pragma once

Expand Down
@@ -1,11 +1,11 @@
# The content of this file was generated using the Python profile of libCellML 0.3.100.
# The content of this file was generated using the Python profile of libCellML 0.3.101.

from enum import Enum
from math import *


__version__ = "0.3.0"
LIBCELLML_VERSION = "0.3.100"
LIBCELLML_VERSION = "0.3.101"

VARIABLE_COUNT = 2

Expand Down
@@ -1,12 +1,12 @@
/* The content of this file was generated using the C profile of libCellML 0.3.100. */
/* The content of this file was generated using the C profile of libCellML 0.3.101. */

#include "model.h"

#include <math.h>
#include <stdlib.h>

const char VERSION[] = "0.3.0";
const char LIBCELLML_VERSION[] = "0.3.100";
const char LIBCELLML_VERSION[] = "0.3.101";

const size_t VARIABLE_COUNT = 2;

Expand Down
@@ -1,4 +1,4 @@
/* The content of this file was generated using the C profile of libCellML 0.3.100. */
/* The content of this file was generated using the C profile of libCellML 0.3.101. */

#pragma once

Expand Down
@@ -1,11 +1,11 @@
# The content of this file was generated using the Python profile of libCellML 0.3.100.
# The content of this file was generated using the Python profile of libCellML 0.3.101.

from enum import Enum
from math import *


__version__ = "0.3.0"
LIBCELLML_VERSION = "0.3.100"
LIBCELLML_VERSION = "0.3.101"

VARIABLE_COUNT = 2

Expand Down
@@ -1,12 +1,12 @@
/* The content of this file was generated using the C profile of libCellML 0.3.100. */
/* The content of this file was generated using the C profile of libCellML 0.3.101. */

#include "model.h"

#include <math.h>
#include <stdlib.h>

const char VERSION[] = "0.3.0";
const char LIBCELLML_VERSION[] = "0.3.100";
const char LIBCELLML_VERSION[] = "0.3.101";

const size_t VARIABLE_COUNT = 1;

Expand Down
@@ -1,4 +1,4 @@
/* The content of this file was generated using the C profile of libCellML 0.3.100. */
/* The content of this file was generated using the C profile of libCellML 0.3.101. */

#pragma once

Expand Down
@@ -1,11 +1,11 @@
# The content of this file was generated using the Python profile of libCellML 0.3.100.
# The content of this file was generated using the Python profile of libCellML 0.3.101.

from enum import Enum
from math import *


__version__ = "0.3.0"
LIBCELLML_VERSION = "0.3.100"
LIBCELLML_VERSION = "0.3.101"

VARIABLE_COUNT = 1

Expand Down
@@ -1,12 +1,12 @@
/* The content of this file was generated using the C profile of libCellML 0.3.100. */
/* The content of this file was generated using the C profile of libCellML 0.3.101. */

#include "model.h"

#include <math.h>
#include <stdlib.h>

const char VERSION[] = "0.3.0";
const char LIBCELLML_VERSION[] = "0.3.100";
const char LIBCELLML_VERSION[] = "0.3.101";

const size_t STATE_COUNT = 1;
const size_t VARIABLE_COUNT = 2;
Expand Down
@@ -1,4 +1,4 @@
/* The content of this file was generated using the C profile of libCellML 0.3.100. */
/* The content of this file was generated using the C profile of libCellML 0.3.101. */

#pragma once

Expand Down
@@ -1,11 +1,11 @@
# The content of this file was generated using the Python profile of libCellML 0.3.100.
# The content of this file was generated using the Python profile of libCellML 0.3.101.

from enum import Enum
from math import *


__version__ = "0.3.0"
LIBCELLML_VERSION = "0.3.100"
LIBCELLML_VERSION = "0.3.101"

STATE_COUNT = 1
VARIABLE_COUNT = 2
Expand Down
@@ -1,12 +1,12 @@
/* The content of this file was generated using the C profile of libCellML 0.3.100. */
/* The content of this file was generated using the C profile of libCellML 0.3.101. */

#include "model.h"

#include <math.h>
#include <stdlib.h>

const char VERSION[] = "0.3.0";
const char LIBCELLML_VERSION[] = "0.3.100";
const char LIBCELLML_VERSION[] = "0.3.101";

const size_t STATE_COUNT = 1;
const size_t VARIABLE_COUNT = 2;
Expand Down
@@ -1,4 +1,4 @@
/* The content of this file was generated using the C profile of libCellML 0.3.100. */
/* The content of this file was generated using the C profile of libCellML 0.3.101. */

#pragma once

Expand Down
@@ -1,11 +1,11 @@
# The content of this file was generated using the Python profile of libCellML 0.3.100.
# The content of this file was generated using the Python profile of libCellML 0.3.101.

from enum import Enum
from math import *


__version__ = "0.3.0"
LIBCELLML_VERSION = "0.3.100"
LIBCELLML_VERSION = "0.3.101"

STATE_COUNT = 1
VARIABLE_COUNT = 2
Expand Down
@@ -1,12 +1,12 @@
/* The content of this file was generated using the C profile of libCellML 0.3.100. */
/* The content of this file was generated using the C profile of libCellML 0.3.101. */

#include "model.h"

#include <math.h>
#include <stdlib.h>

const char VERSION[] = "0.3.0";
const char LIBCELLML_VERSION[] = "0.3.100";
const char LIBCELLML_VERSION[] = "0.3.101";

const size_t STATE_COUNT = 1;
const size_t VARIABLE_COUNT = 2;
Expand Down
@@ -1,4 +1,4 @@
/* The content of this file was generated using the C profile of libCellML 0.3.100. */
/* The content of this file was generated using the C profile of libCellML 0.3.101. */

#pragma once

Expand Down
@@ -1,11 +1,11 @@
# The content of this file was generated using the Python profile of libCellML 0.3.100.
# The content of this file was generated using the Python profile of libCellML 0.3.101.

from enum import Enum
from math import *


__version__ = "0.3.0"
LIBCELLML_VERSION = "0.3.100"
LIBCELLML_VERSION = "0.3.101"

STATE_COUNT = 1
VARIABLE_COUNT = 2
Expand Down
@@ -1,12 +1,12 @@
/* The content of this file was generated using the C profile of libCellML 0.3.100. */
/* The content of this file was generated using the C profile of libCellML 0.3.101. */

#include "model.h"

#include <math.h>
#include <stdlib.h>

const char VERSION[] = "0.3.0";
const char LIBCELLML_VERSION[] = "0.3.100";
const char LIBCELLML_VERSION[] = "0.3.101";

const size_t STATE_COUNT = 1;
const size_t VARIABLE_COUNT = 2;
Expand Down
@@ -1,4 +1,4 @@
/* The content of this file was generated using the C profile of libCellML 0.3.100. */
/* The content of this file was generated using the C profile of libCellML 0.3.101. */

#pragma once

Expand Down
@@ -1,11 +1,11 @@
# The content of this file was generated using the Python profile of libCellML 0.3.100.
# The content of this file was generated using the Python profile of libCellML 0.3.101.

from enum import Enum
from math import *


__version__ = "0.3.0"
LIBCELLML_VERSION = "0.3.100"
LIBCELLML_VERSION = "0.3.101"

STATE_COUNT = 1
VARIABLE_COUNT = 2
Expand Down
4 changes: 2 additions & 2 deletions tests/resources/generator/cell_geometry_model/model.c
@@ -1,12 +1,12 @@
/* The content of this file was generated using the C profile of libCellML 0.3.100. */
/* The content of this file was generated using the C profile of libCellML 0.3.101. */

#include "model.h"

#include <math.h>
#include <stdlib.h>

const char VERSION[] = "0.3.0";
const char LIBCELLML_VERSION[] = "0.3.100";
const char LIBCELLML_VERSION[] = "0.3.101";

const size_t VARIABLE_COUNT = 4;

Expand Down
@@ -1,12 +1,12 @@
/* The content of this file was generated using the C profile of libCellML 0.3.100. */
/* The content of this file was generated using the C profile of libCellML 0.3.101. */

#include "model.external.h"

#include <math.h>
#include <stdlib.h>

const char VERSION[] = "0.3.0";
const char LIBCELLML_VERSION[] = "0.3.100";
const char LIBCELLML_VERSION[] = "0.3.101";

const size_t VARIABLE_COUNT = 4;

Expand Down
@@ -1,4 +1,4 @@
/* The content of this file was generated using the C profile of libCellML 0.3.100. */
/* The content of this file was generated using the C profile of libCellML 0.3.101. */

#pragma once

Expand Down
@@ -1,11 +1,11 @@
# The content of this file was generated using the Python profile of libCellML 0.3.100.
# The content of this file was generated using the Python profile of libCellML 0.3.101.

from enum import Enum
from math import *


__version__ = "0.3.0"
LIBCELLML_VERSION = "0.3.100"
LIBCELLML_VERSION = "0.3.101"

VARIABLE_COUNT = 4

Expand Down

0 comments on commit ce638cc

Please sign in to comment.