Bump recommended shallow-since 1.5 years forward

This commit is contained in:
Marco Sirabella 2023-04-25 15:16:42 -06:00
parent 63d2902785
commit 6c85034952
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ def cannot_determine_version():
CircuitPython must be built from a git clone with tags.
If you cloned from a fork, fetch the tags from adafruit/circuitpython as follows:
git fetch --tags --recurse-submodules=no --shallow-since="2021-07-01" https://github.com/adafruit/circuitpython HEAD"""
git fetch --tags --recurse-submodules=no --shallow-since="2023-02-01" https://github.com/adafruit/circuitpython HEAD"""
)