11.. _updating :
22
3- Updating
4- ========
3+ Updating GOATS
4+ ==============
55
66This guide explains how to update GOATS to the latest version.
77The update process is simple and takes just a few minutes.
@@ -49,17 +49,22 @@ Automatic Version Check
4949GOATS checks for newer versions every time you run ``goats run ``. If your version is outdated, a warning like the following will appear:
5050
5151.. code-block :: text
52+
53+ WARNING: A new version of GOATS is available: 25.11.3 (current: 25.11.0)
54+ GOATS interacts with several external services (e.g., GPP, GOA, TNS)
55+ which may evolve over time. Using an outdated version can result in
56+ unexpected behavior or failed operations due to API changes or
57+ incompatible features.
5258
53- A new version of GOATS is available: 25.11.0 (current: 25.10.1)
59+ Update steps:
60+ • Stop GOATS
61+ • Run: conda update goats
62+ • Start GOATS again
5463
55- GOATS interacts with several external services (e.g., GPP, GOA, TNS)
56- which may evolve over time. Using an outdated version can result in
57- unexpected behavior or failed operations due to API changes or
58- incompatible features.
64+ ➤ For more details, visit https://goats.readthedocs.io/en/stable/updating.html
5965
60- ➤ Visit https://goats.readthedocs.io/en/stable/updating.html for update instructions
66+ Press Enter to continue at your own risk, or Ctrl+C to cancel...
6167
62- Press Enter to continue at your own risk, or Ctrl+C to cancel...
6368
6469 If your version is current, GOATS will confirm:
6570
@@ -76,4 +81,4 @@ After restarting, verify the update with:
7681
7782 goats --version
7883
79- You should see the updated version number displayed.
84+ You should see the updated version number displayed.
0 commit comments