Skip to content

Commit

Permalink
Create release v0.3.100.
Browse files Browse the repository at this point in the history
  • Loading branch information
abi-git-user committed Aug 23, 2022
1 parent 67558c0 commit e4425c2
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
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.100)
set(PROJECT_DEVELOPER_VERSION -rc.1)
set(PROJECT_DEVELOPER_VERSION )
project(${PROJECT_NAME} VERSION ${_PROJECT_VERSION} LANGUAGES CXX)

# Set policies that affect the build.
Expand Down
20 changes: 20 additions & 0 deletions docs/changelogs/changelog_v0.3.100.rst
@@ -0,0 +1,20 @@
libCellML latest Changelog
==========================

Infrastructure
--------------

* Fix for the deployment of wheels to PyPI by `@hsorby <https://github.com/hsorby>`_ [`#1020 <https://github.com/cellml/libcellml/pull/1020>`_].

Miscellaneous
-------------

* Make template names consistent by `@hsorby <https://github.com/hsorby>`_ [`#1021 <https://github.com/cellml/libcellml/pull/1021>`_].

Contributors
------------

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

.. toctree::

changelog_v0.3.100-rc.1
changelog_v0.3.100
changelog_v0.3.99
changelog_v0.2.0
changelog_v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -37,7 +37,7 @@ Changelogs

.. toctree::

changelogs/changelog_v0.3.100-rc.1
changelogs/changelog_v0.3.100
changelogs/changelog_v0.3.99
changelogs/changelog_v0.2.0
changelogs/changelog_v0.1.0
Expand Down

0 comments on commit e4425c2

Please sign in to comment.