File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ the future development of Gluon.
59
59
60
60
Please refrain from using the ` main ` branch for anything else but development purposes!
61
61
Use the most recent release instead. You can list all releases by running ` git tag `
62
- and switch to one by running ` git checkout v2023.2.2 && make update ` .
62
+ and switch to one by running ` git checkout v2023.2.3 && make update ` .
63
63
64
64
If you're using the autoupdater, do not autoupdate nodes with anything but releases.
65
65
If you upgrade using random main commits the nodes * might break* eventually.
Original file line number Diff line number Diff line change 24
24
author = 'Project Gluon'
25
25
26
26
# The short X.Y version
27
- version = '2023.2.2 '
27
+ version = '2023.2.3 '
28
28
# The full version, including alpha/beta/rc tags
29
29
release = version
30
30
Original file line number Diff line number Diff line change 1
- -- This is an example site configuration for Gluon v2023.2.2
1
+ -- This is an example site configuration for Gluon v2023.2.3
2
2
--
3
3
-- Take a look at the documentation located at
4
4
-- https://gluon.readthedocs.io/ for details.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Gluon's releases are managed using `Git tags`_. If you are just getting
8
8
started with Gluon we recommend to use the latest stable release of Gluon.
9
9
10
10
Take a look at the `list of gluon releases `_ and notice the latest release,
11
- e.g. *v2023.2.2 *. Always get Gluon using git and don't try to download it
11
+ e.g. *v2023.2.3 *. Always get Gluon using git and don't try to download it
12
12
as a Zip archive as the archive will be missing version information.
13
13
14
14
Please keep in mind that there is no "default Gluon" build; a site configuration
@@ -53,7 +53,7 @@ Building the images
53
53
-------------------
54
54
55
55
To build Gluon, first check out the repository. Replace *RELEASE * with the
56
- version you'd like to checkout, e.g. *v2023.2.2 *.
56
+ version you'd like to checkout, e.g. *v2023.2.3 *.
57
57
58
58
::
59
59
You can’t perform that action at this time.
0 commit comments