Skip to content

Commit

Permalink
Merge pull request #255 from adafruit/dhalbert-6.x-example-to-7.x
Browse files Browse the repository at this point in the history
Mention 7.x instead of 6.x in the release notes generator
  • Loading branch information
makermelissa authored Dec 14, 2021
2 parents 628f852 + b257e7f commit e796bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adabot/circuitpython_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def new_release(bundle, bundle_path):
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"
", if you are running 7.0.0 you should download the `7.x` bundle.\n"
)

release_description.append(
Expand Down

0 comments on commit e796bc0

Please sign in to comment.