From 7ff73f8122197a6c3f05e91d770acb5e0a0debd5 2024-02-10 11:19:37 From: Branko Majic Date: 2024-02-10 11:19:37 Subject: [PATCH] MAR-200: Preparing for release 7.1.1. --- diff --git a/docs/conf.py b/docs/conf.py index 4e523f8e8fd1499954991925cfa54561fe62db3b..32789fc7a80b8175e49bc4b3112f9f838fdf5d22 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.1-maint' +version = '7.1.1' # The full version, including alpha/beta/rc tags. -release = '7.1-maint' +release = '7.1.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 a89cb0483a48e910d9b9df3612a0413cef0703ee..edf4e7b541abfdebf853fa04614404da6db3e9c4 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -2,9 +2,12 @@ Release notes ============= -x.y.z +7.1.1 ----- +Minor fix for deprecation warnings when checking for available Python +requirements upgrades. + **Bug fixes:** * ``common`` role diff --git a/docs/usage.rst b/docs/usage.rst index 17a2d1e8823d7f850d9d4d288ab6c6fa18803574..90e871c65e604a2aa2290125e260d557f3e5406f 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -167,7 +167,7 @@ Ansible Roles: 2. Checkout the correct version of the roles:: cd ~/majic-ansible-roles/ - git checkout -b 7.1-maint 7.1-maint + git checkout -b 7.1.1 7.1.1 Preparing the basic site configuration