drop 3.x library, add 5.x
This commit is contained in:
parent
4e5a13d265
commit
1058d35b10
1 changed files with 9 additions and 9 deletions
|
|
@ -27,8 +27,8 @@ permalink: /libraries
|
||||||
<p>
|
<p>
|
||||||
The libraries in each release are compiled to .mpy for all recent major versions
|
The libraries in each release are compiled to .mpy for all recent major versions
|
||||||
of CircuitPython. Please download the bundle that matches the major version
|
of CircuitPython. Please download the bundle that matches the major version
|
||||||
of your CircuitPython. For example, if you are running 4.0.0 you should
|
of your CircuitPython. For example, if you are running 5.0.0 you should
|
||||||
download the 4.x bundle. The .mpy files are designed to take up less space on
|
download the 5.x bundle. The .mpy files are designed to take up less space on
|
||||||
your CIRCUITPY drive. Unless you have a specific reason, choose the appropiate
|
your CIRCUITPY drive. Unless you have a specific reason, choose the appropiate
|
||||||
.mpy library bundle!
|
.mpy library bundle!
|
||||||
</p>
|
</p>
|
||||||
|
|
@ -44,6 +44,13 @@ permalink: /libraries
|
||||||
<a href="https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/latest">latest releases of the libraries bundle</a>
|
<a href="https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/latest">latest releases of the libraries bundle</a>
|
||||||
on GitHub.
|
on GitHub.
|
||||||
<div class="release-section">
|
<div class="release-section">
|
||||||
|
<div id="adafruit-circuitpython-bundle-5.x-mpy">
|
||||||
|
<h3>Bundle Version 5.x</h3>
|
||||||
|
<p>
|
||||||
|
This bundle is built for use with CircuitPython 5.x.x. If you are using
|
||||||
|
CircuitPython 5, please download this bundle.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
<div id="adafruit-circuitpython-bundle-4.x-mpy">
|
<div id="adafruit-circuitpython-bundle-4.x-mpy">
|
||||||
<h3>Bundle Version 4.x</h3>
|
<h3>Bundle Version 4.x</h3>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -51,13 +58,6 @@ permalink: /libraries
|
||||||
CircuitPython 4, please download this bundle.
|
CircuitPython 4, please download this bundle.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="adafruit-circuitpython-bundle-3.x-mpy">
|
|
||||||
<h3>Bundle Version 3.x</h3>
|
|
||||||
<p>
|
|
||||||
This bundle is built for use with CircuitPython 3.x.x. If you are using
|
|
||||||
CircuitPython 3, please download this bundle.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div id="adafruit-circuitpython-bundle-py">
|
<div id="adafruit-circuitpython-bundle-py">
|
||||||
<h3>Bundle Version py</h3>
|
<h3>Bundle Version py</h3>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue