From 20e620e0aac649f201bacefe47063851e0e10d2f 2023-11-26 15:53:04 From: Branko Majic Date: 2023-11-26 15:53:04 Subject: [PATCH] MAR-188: Preparing for release 7.0.1. --- diff --git a/docs/conf.py b/docs/conf.py index 99a7a928802ec1bc7b917c54508934f2a02a9346..962f1186ed1ee12cf31679959bdc7151bfd2398c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2018, Branko Majic' # built documents. # # The short X.Y version. -version = '7.0-maint' +version = '7.0.1' # The full version, including alpha/beta/rc tags. -release = '7.0-maint' +release = '7.0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/releasenotes.rst b/docs/releasenotes.rst index 5ffb5fcaf3c61cf34b6bf45705f185d1087703a6..eba0197400ccf45cedc6be5825f721dcc83fac9e 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -2,7 +2,7 @@ Release notes ============= -x.y.z +7.0.1 ----- Minor bug-fixes. diff --git a/docs/usage.rst b/docs/usage.rst index ecc8af2e798129b3cb48413f3d2c639b491201ea..26529dead94d23bc4d170b7daed0721702cbc36a 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -164,7 +164,7 @@ Ansible Roles: 2. Checkout the correct version of the roles:: cd ~/majic-ansible-roles/ - git checkout -b 7.0-maint 7.0-maint + git checkout -b 7.0.1 7.0.1 Preparing the basic site configuration