Skip to content

Commit

Permalink
Create release v0.3.99-rc.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
abi-git-user committed Aug 9, 2022
1 parent 75518c3 commit e9d3a4b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.10.2)
set(PROJECT_NAME libCellML)
set(PROJECT_URL https://libcellml.org)
set(_PROJECT_VERSION 0.3.99)
set(PROJECT_DEVELOPER_VERSION -rc.1)
set(PROJECT_DEVELOPER_VERSION -rc.2)
project(${PROJECT_NAME} VERSION ${_PROJECT_VERSION} LANGUAGES CXX)

# Set policies that affect the build.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ New feature

* Validator check for cyclical imports by `@hsorby <https://github.com/hsorby>`_ [`#837 <https://github.com/cellml/libcellml/pull/837>`_].

No category
-----------

* Changing version to: 0.3.99-rc.1 by `@abi-git-user <https://github.com/abi-git-user>`_ [`#1011 <https://github.com/cellml/libcellml/pull/1011>`_].

Python bindings
---------------

Expand All @@ -107,6 +112,10 @@ Contributors
:target: https://github.com/agarny
:height: 32
:width: 32
.. image:: https://avatars.githubusercontent.com/u/9956702?v=4
:target: https://github.com/abi-git-user
:height: 32
:width: 32
.. image:: https://avatars.githubusercontent.com/u/778048?v=4
:target: https://github.com/hsorby
:height: 32
Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Changelogs
.. toctree::
:glob:

changelogs/changelog_v0.3.99-rc.1
changelogs/changelog_v0.2.0
changelogs/changelog_v0.1.0

Expand Down

0 comments on commit e9d3a4b

Please sign in to comment.