micropython-lib/micropython
Jim Mussared 8fc9edabf3 all: Standardise x.y.z versioning for all packages.
- For packages that were just x.y, update to x.y.0.
- For that were x.y.z-n, update to x.y.(z+1)

From now on we'll apply semver rules:
- MAJOR version when you make incompatible API changes
- MINOR version when you add functionality in a backward compatible manner
- PATCH version when you make backward compatible bug fixes

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-07-23 11:48:57 +10:00
..
aioespnow all: Standardise x.y.z versioning for all packages. 2023-07-23 11:48:57 +10:00
aiorepl
bluetooth
bundles
drivers
espflash all: Standardise x.y.z versioning for all packages. 2023-07-23 11:48:57 +10:00
lora all: Standardise x.y.z versioning for all packages. 2023-07-23 11:48:57 +10:00
mip
mip-cmdline
net
senml
uaiohttpclient
ucontextlib
udnspkt all: Standardise x.y.z versioning for all packages. 2023-07-23 11:48:57 +10:00
umqtt.robust
umqtt.simple
upysh
urequests
urllib.urequest all: Standardise x.y.z versioning for all packages. 2023-07-23 11:48:57 +10:00
xmltok
README.md

README.md

MicroPython-specific packages

These are packages that have been written specifically for use on MicroPython.

Packages in this directory should not have the same name as modules from the Python Standard Library.

Future plans

  • More organised directory structure based on purpose (e.g. drivers, network, etc).