Skip to content

Commit 8c05aa5

Browse files
authored
Merge pull request #199 from ajs256/patch-1
Update release message
2 parents d22437b + 864f44c commit 8c05aa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adabot/circuitpython_bundle.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,9 @@ def new_release(bundle, bundle_path):
344344

345345
release_description.append("\n--------------------------\n")
346346

347-
release_description.append("The libraries in each release are compiled for all recent major versions of CircuitPython. Please download the one that matches the major version of your CircuitPython. For example, if you are running 4.0.0 you should download the `4.x` bundle.\n")
347+
release_description.append("The libraries in each release are compiled for all recent major versions of CircuitPython. Please download the one that matches the major version of your CircuitPython. For example, if you are running 6.0.0 you should download the `6.x` bundle.\n")
348348

349-
release_description.append("To install, simply download the matching zip file, unzip it, and selectively copy the libraries you would like to install into the lib folder on your CIRCUITPY drive. This is especially important for non-express boards such as the [Trinket M0](https://www.adafruit.com/product/3500), [Gemma M0](https://www.adafruit.com/product/3501) and [Feather M0 Basic](https://www.adafruit.com/product/2772).")
349+
release_description.append("To install, simply download the matching zip file, unzip it, and selectively copy the libraries you would like to install into the lib folder on your CIRCUITPY drive. This is especially important for non-express boards with limited flash, such as the [Trinket M0](https://www.adafruit.com/product/3500), [Gemma M0](https://www.adafruit.com/product/3501) and [Feather M0 Basic](https://www.adafruit.com/product/2772).")
350350

351351
release = {
352352
"tag_name": "{0:%Y%m%d}".format(date.today()),

0 commit comments

Comments
 (0)