From b257e7f27643b0e1c474943779c048224d1157e1 Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Tue, 14 Dec 2021 10:42:40 -0500 Subject: [PATCH] Mention 7.x instead of 6.x in the release notes generator --- adabot/circuitpython_bundle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adabot/circuitpython_bundle.py b/adabot/circuitpython_bundle.py index 07274f5..300161a 100644 --- a/adabot/circuitpython_bundle.py +++ b/adabot/circuitpython_bundle.py @@ -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(