diff --git a/mip/full.json b/mip/full.json index 2865d81f..b7501ed2 100644 --- a/mip/full.json +++ b/mip/full.json @@ -26,5 +26,5 @@ ] ], "deps": [], - "version": "1.16.2" + "version": "1.17.0" } diff --git a/mip/minified.json b/mip/minified.json index 5ed419d7..2adbb29f 100644 --- a/mip/minified.json +++ b/mip/minified.json @@ -22,5 +22,5 @@ ] ], "deps": [], - "version": "1.16.2" + "version": "1.17.0" } diff --git a/mip/mpy_v5.json b/mip/mpy_v5.json index b6722c75..a38d0528 100644 --- a/mip/mpy_v5.json +++ b/mip/mpy_v5.json @@ -1,26 +1,26 @@ { - "urls": [ - [ - "createstubs.mpy", - "github:josverl/micropython-stubber/mip/v5/createstubs_mpy.mpy" - ], - [ - "createstubs_db.mpy", - "github:Josverl/micropython-stubber/mip/v5/createstubs_db_mpy.mpy" - ], - [ - "createstubs_mem.mpy", - "github:Josverl/micropython-stubber/mip/v5/createstubs_mem_mpy.mpy" - ], - [ - "modulelist.txt", - "github:Josverl/micropython-stubber/mip/v5/modulelist.txt" - ], - [ - "board_info.csv", - "github:Josverl/micropython-stubber/src/stubber/board/board_info.csv" - ] + "urls": [ + [ + "createstubs.mpy", + "github:josverl/micropython-stubber/mip/v5/createstubs_mpy.mpy" ], - "deps": [], - "version": "1.16.2" -} \ No newline at end of file + [ + "createstubs_db.mpy", + "github:Josverl/micropython-stubber/mip/v5/createstubs_db_mpy.mpy" + ], + [ + "createstubs_mem.mpy", + "github:Josverl/micropython-stubber/mip/v5/createstubs_mem_mpy.mpy" + ], + [ + "modulelist.txt", + "github:Josverl/micropython-stubber/mip/v5/modulelist.txt" + ], + [ + "board_info.csv", + "github:Josverl/micropython-stubber/src/stubber/board/board_info.csv" + ] + ], + "deps": [], + "version": "1.17.0" +} diff --git a/mip/mpy_v6.json b/mip/mpy_v6.json index 85311c51..f174662c 100644 --- a/mip/mpy_v6.json +++ b/mip/mpy_v6.json @@ -1,26 +1,26 @@ { - "urls": [ - [ - "createstubs.mpy", - "github:josverl/micropython-stubber/mip/v6/createstubs_mpy.mpy" - ], - [ - "createstubs_mem.mpy", - "github:Josverl/micropython-stubber/mip/v6/createstubs_mem_mpy.mpy" - ], - [ - "createstubs_db.mpy", - "github:Josverl/micropython-stubber/mip/v6/createstubs_db_mpy.mpy" - ], - [ - "modulelist.txt", - "github:Josverl/micropython-stubber/mip/v6/modulelist.txt" - ], - [ - "board_info.csv", - "github:Josverl/micropython-stubber/src/stubber/board/board_info.csv" - ] + "urls": [ + [ + "createstubs.mpy", + "github:josverl/micropython-stubber/mip/v6/createstubs_mpy.mpy" ], - "deps": [], - "version": "1.16.2" -} \ No newline at end of file + [ + "createstubs_mem.mpy", + "github:Josverl/micropython-stubber/mip/v6/createstubs_mem_mpy.mpy" + ], + [ + "createstubs_db.mpy", + "github:Josverl/micropython-stubber/mip/v6/createstubs_db_mpy.mpy" + ], + [ + "modulelist.txt", + "github:Josverl/micropython-stubber/mip/v6/modulelist.txt" + ], + [ + "board_info.csv", + "github:Josverl/micropython-stubber/src/stubber/board/board_info.csv" + ] + ], + "deps": [], + "version": "1.17.0" +} diff --git a/package.json b/package.json index b3f30d5e..0559c310 100644 --- a/package.json +++ b/package.json @@ -18,5 +18,5 @@ ] ], "deps": [], - "version": "1.16.2" + "version": "1.17.0" } diff --git a/pyproject.toml b/pyproject.toml index 2684138e..b6b27d80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ repo-path = "./repos" [tool.poetry] name = "micropython-stubber" -version = "1.16.3" +version = "1.17.0" description = "Tooling to create and maintain stubs for MicroPython" authors = ["Jos Verlinde "] license = "MIT" diff --git a/src/stubber/__init__.py b/src/stubber/__init__.py index c99e5237..7bbc1a30 100644 --- a/src/stubber/__init__.py +++ b/src/stubber/__init__.py @@ -1,4 +1,4 @@ """get the version""" -__version__ = "1.16.3" +__version__ = "1.17.0" diff --git a/src/stubber/board/createstubs.py b/src/stubber/board/createstubs.py index 8eeb2a61..2ab22f8e 100644 --- a/src/stubber/board/createstubs.py +++ b/src/stubber/board/createstubs.py @@ -23,7 +23,7 @@ except ImportError: from ucollections import OrderedDict # type: ignore -__version__ = "v1.16.3" +__version__ = "v1.17.0" ENOENT = 2 _MAX_CLASS_LEVEL = 2 # Max class nesting LIBS = ["lib", "/lib", "/sd/lib", "/flash/lib", "."] diff --git a/src/stubber/board/createstubs_db.py b/src/stubber/board/createstubs_db.py index 83fa7c62..38f14d89 100644 --- a/src/stubber/board/createstubs_db.py +++ b/src/stubber/board/createstubs_db.py @@ -18,7 +18,7 @@ - cross compilation, using mpy-cross, to avoid the compilation step on the micropython device -This variant was generated from createstubs.py by micropython-stubber v1.16.3 +This variant was generated from createstubs.py by micropython-stubber v1.17.0 """ # Copyright (c) 2019-2023 Jos Verlinde @@ -42,7 +42,7 @@ except ImportError: from ucollections import OrderedDict # type: ignore -__version__ = "v1.16.3" +__version__ = "v1.17.0" ENOENT = 2 _MAX_CLASS_LEVEL = 2 # Max class nesting LIBS = ["lib", "/lib", "/sd/lib", "/flash/lib", "."] diff --git a/src/stubber/board/createstubs_db_min.py b/src/stubber/board/createstubs_db_min.py index 84fabc1d..f3bc2d29 100644 --- a/src/stubber/board/createstubs_db_min.py +++ b/src/stubber/board/createstubs_db_min.py @@ -51,7 +51,7 @@ except O:pass try:from collections import OrderedDict as k except O:from ucollections import OrderedDict as k -__version__='v1.16.3' +__version__='v1.17.0' A3=2 A4=2 A5=['lib','/lib','/sd/lib','/flash/lib',J] diff --git a/src/stubber/board/createstubs_db_mpy.mpy b/src/stubber/board/createstubs_db_mpy.mpy index 70785404..9a532523 100644 Binary files a/src/stubber/board/createstubs_db_mpy.mpy and b/src/stubber/board/createstubs_db_mpy.mpy differ diff --git a/src/stubber/board/createstubs_mem.py b/src/stubber/board/createstubs_mem.py index cc1021ac..9a434929 100644 --- a/src/stubber/board/createstubs_mem.py +++ b/src/stubber/board/createstubs_mem.py @@ -9,7 +9,7 @@ - cross compilation, using mpy-cross, to avoid the compilation step on the micropython device -This variant was generated from createstubs.py by micropython-stubber v1.16.3 +This variant was generated from createstubs.py by micropython-stubber v1.17.0 """ # Copyright (c) 2019-2023 Jos Verlinde @@ -33,7 +33,7 @@ except ImportError: from ucollections import OrderedDict # type: ignore -__version__ = "v1.16.3" +__version__ = "v1.17.0" ENOENT = 2 _MAX_CLASS_LEVEL = 2 # Max class nesting LIBS = ["lib", "/lib", "/sd/lib", "/flash/lib", "."] diff --git a/src/stubber/board/createstubs_mem_min.py b/src/stubber/board/createstubs_mem_min.py index fd4b408f..9c2cfd27 100644 --- a/src/stubber/board/createstubs_mem_min.py +++ b/src/stubber/board/createstubs_mem_min.py @@ -47,7 +47,7 @@ except N:pass try:from collections import OrderedDict as f except N:from ucollections import OrderedDict as f -__version__='v1.16.3' +__version__='v1.17.0' y=2 z=2 A0=['lib','/lib','/sd/lib','/flash/lib',J] diff --git a/src/stubber/board/createstubs_mem_mpy.mpy b/src/stubber/board/createstubs_mem_mpy.mpy index 945f6934..05ce24a0 100644 Binary files a/src/stubber/board/createstubs_mem_mpy.mpy and b/src/stubber/board/createstubs_mem_mpy.mpy differ diff --git a/src/stubber/board/createstubs_min.py b/src/stubber/board/createstubs_min.py index fcb6f4f2..63ab0568 100644 --- a/src/stubber/board/createstubs_min.py +++ b/src/stubber/board/createstubs_min.py @@ -50,7 +50,7 @@ except N:pass try:from collections import OrderedDict as g except N:from ucollections import OrderedDict as g -__version__='v1.16.3' +__version__='v1.17.0' A0=2 A1=2 A5=['lib','/lib','/sd/lib','/flash/lib',J] diff --git a/src/stubber/board/createstubs_mpy.mpy b/src/stubber/board/createstubs_mpy.mpy index 759ffb75..49ccf465 100644 Binary files a/src/stubber/board/createstubs_mpy.mpy and b/src/stubber/board/createstubs_mpy.mpy differ