Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 5 additions & 20 deletions libraries/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2>Download and Installation Instructions</h2>
versions of Python source code.
<strong>Make sure to download the bundle that matches the major version
of your CircuitPython</strong>, because the <b>.mpy</b> files can change between versions.
For example, if you are running 8.2.7 you should download the 8.x bundle.
For example, if you are running 9.2.4 you should download the 9.x bundle.
</p>
<p>
The precompiled <b>.mpy</b> files take up less space on your CIRCUITPY drive than the <b>.py</b> files.
Expand Down Expand Up @@ -65,20 +65,12 @@ <h2>Download and Installation Instructions</h2>
</section>
<section>
<h2>Bundles</h2>
<div class="release-section">
<div id="adafruit-circuitpython-bundle-8.x-mpy">
<h3>Bundle for Version 8.x</h3>
<p>
This bundle is built for use with CircuitPython 8.x.x. If you are using
CircuitPython 8, please download this bundle.
</p>
</div>
<div id="adafruit-circuitpython-bundle-9.x-mpy">
<h3>Bundle for Version 9.x</h3>
<p>
This bundle is built for use with CircuitPython 9.x.x. If you are using
CircuitPython 9, please download this bundle. The .mpy format has
changed as of CircuitPython 9, so 8.x libraries are <em>not</em> compatible.
CircuitPython 9, please download this bundle. The .mpy format
changed as of CircuitPython 9: 8.x libraries are <em>not</em> compatible.
</p>
</div>
<div>
Expand Down Expand Up @@ -115,19 +107,12 @@ <h2>The Community Bundle</h2>
<a href="https://github.com/adafruit/CircuitPython_Community_Bundle/">Community Bundle</a>.
</p>
<div class="release-section">
<div id="circuitpython-community-bundle-8.x-mpy">
<h3>Bundle for Version 8.x</h3>
<p>
This bundle is built for use with CircuitPython 8.x.x. If you are using
CircuitPython 8, please download this bundle.
</p>
</div>
<div id="circuitpython-community-bundle-9.x-mpy">
<h3>Bundle for Version 9.x</h3>
<p>
This bundle is built for use with CircuitPython 9.x.x. If you are using
CircuitPython 9, please download this bundle. The .mpy format has
changed as of CircuitPython 9, so 8.x libraries are <em>not</em> compatible.
CircuitPython 9, please download this bundle. The .mpy format
changed as of CircuitPython 9: 8.x libraries are <em>not</em> compatible.
</p>
</div>
<div>
Expand Down