diff --git a/NMSIS/doc/source/changelog.rst b/NMSIS/doc/source/changelog.rst index b9b7feabc..a244ea21d 100644 --- a/NMSIS/doc/source/changelog.rst +++ b/NMSIS/doc/source/changelog.rst @@ -3,15 +3,10 @@ Changelog ========= -V1.0.1-dev +V1.0.1-RC1 ---------- -This is release version ``V1.0.1-dev`` of NMSIS, which is still in development. - -.. warning:: - - * The formal release is not yet published, the code is still under development, - the changelog is updated due to code changes. +This is release candidate version ``V1.0.1-RC1`` of NMSIS. * **NMSIS-Core** diff --git a/NMSIS/doc/source/conf.py b/NMSIS/doc/source/conf.py index 69d445dfc..9c9bc8bee 100644 --- a/NMSIS/doc/source/conf.py +++ b/NMSIS/doc/source/conf.py @@ -24,7 +24,7 @@ version = '1.0.1' # The full version, including alpha/beta/rc tags -release = '1.0.1-dev' +release = '1.0.1-RC1' # -- General configuration ---------------------------------------------------