diff --git a/README.md b/README.md index 6eed709f69d35246cc359618b2a86b9541d05b41..8dee86a0f40ceba504f32515eb93124c0e8d2af8 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ the future development of Gluon. Please refrain from using the `main` branch for anything else but development purposes! Use the most recent release instead. You can list all releases by running `git tag` -and switch to one by running `git checkout v2023.2.4 && make update`. +and switch to one by running `git checkout v2023.2.5 && make update`. If you're using the autoupdater, do not autoupdate nodes with anything but releases. If you upgrade using random main commits the nodes *might break* eventually. diff --git a/docs/conf.py b/docs/conf.py index cd9a4e78a53165d0d2eb81b5fd0677d2e111d255..ae7c2a8040194eaf3ebae90fa812699b17d3e51b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ copyright = 'Project Gluon' author = 'Project Gluon' # The short X.Y version -version = '2023.2.4' +version = '2023.2.5' # The full version, including alpha/beta/rc tags release = version diff --git a/docs/site-example/site.conf b/docs/site-example/site.conf index 0c037e9d644ff8d3e8ae47317868fed5cdeb67da..47bccc44a4815ef1ab323132bb96d11093bd39bc 100644 --- a/docs/site-example/site.conf +++ b/docs/site-example/site.conf @@ -1,4 +1,4 @@ --- This is an example site configuration for Gluon v2023.2.4 +-- This is an example site configuration for Gluon v2023.2.5 -- -- Take a look at the documentation located at -- https://gluon.readthedocs.io/ for details. diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst index b80ad5e544e3c3d18c8e35f2bf170f65172fce85..db1e352e7a0c882d8de74a4c31e1a42f7b2a7338 100644 --- a/docs/user/getting_started.rst +++ b/docs/user/getting_started.rst @@ -8,7 +8,7 @@ Gluon's releases are managed using `Git tags`_. If you are just getting started with Gluon we recommend to use the latest stable release of Gluon. Take a look at the `list of gluon releases`_ and notice the latest release, -e.g. *v2023.2.4*. Always get Gluon using git and don't try to download it +e.g. *v2023.2.5*. Always get Gluon using git and don't try to download it as a Zip archive as the archive will be missing version information. Please keep in mind that there is no "default Gluon" build; a site configuration @@ -53,7 +53,7 @@ Building the images ------------------- To build Gluon, first check out the repository. Replace *RELEASE* with the -version you'd like to checkout, e.g. *v2023.2.4*. +version you'd like to checkout, e.g. *v2023.2.5*. ::