diff --git a/CMakeLists.txt b/CMakeLists.txt index ae84a1df6..ad3fb92a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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. diff --git a/docs/changelogs/changelog_v0.3.100.rst b/docs/changelogs/changelog_v0.3.100.rst new file mode 100644 index 000000000..412c41b85 --- /dev/null +++ b/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 `_ [`#1020 `_]. + +Miscellaneous +------------- + +* Make template names consistent by `@hsorby `_ [`#1021 `_]. + +Contributors +------------ + +.. image:: https://avatars.githubusercontent.com/u/778048?v=4 + :target: https://github.com/hsorby + :height: 32 + :width: 32 diff --git a/docs/changelogs/index.rst b/docs/changelogs/index.rst index d0ebd67c2..d12fe3ad6 100644 --- a/docs/changelogs/index.rst +++ b/docs/changelogs/index.rst @@ -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 diff --git a/docs/index.rst b/docs/index.rst index 9ba5d7491..a621fe472 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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