Skip to content

Commit

Permalink
Create release v0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
abi-git-user committed Oct 16, 2023
1 parent d1bdc4d commit 79c79e8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15 CACHE STRING "Minimum OS X deployment vers
set(PROJECT_NAME libCellML)
set(PROJECT_URL https://libcellml.org)
set(_PROJECT_VERSION 0.5.0)
set(PROJECT_DEVELOPER_VERSION -rc.5)
set(PROJECT_DEVELOPER_VERSION )
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
@@ -1,5 +1,5 @@
libCellML v0.5.0-rc.5 Changelog
===============================
libCellML v0.5.0 Changelog
==========================

Analyser
--------
Expand Down Expand Up @@ -89,11 +89,11 @@ Validation
Contributors
------------

.. image:: https://avatars.githubusercontent.com/u/602265?v=4
:target: https://github.com/agarny
:height: 32
:width: 32
.. image:: https://avatars.githubusercontent.com/u/778048?v=4
:target: https://github.com/hsorby
:height: 32
:width: 32
.. image:: https://avatars.githubusercontent.com/u/602265?v=4
:target: https://github.com/agarny
:height: 32
:width: 32
2 changes: 1 addition & 1 deletion docs/changelogs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelogs

.. toctree::

changelog_v0.5.0-rc.5
changelog_v0.5.0
changelog_v0.4.0
changelog_v0.3.104
changelog_v0.3.103
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Changelogs

.. toctree::

changelogs/changelog_v0.5.0-rc.5
changelogs/changelog_v0.5.0
changelogs/changelog_v0.4.0
changelogs/changelog_v0.3.104
changelogs/changelog_v0.3.103
Expand Down

0 comments on commit 79c79e8

Please sign in to comment.