Skip to content

Commit

Permalink
bump version and publish
Browse files Browse the repository at this point in the history
Signed-off-by: Jos Verlinde <[email protected]>
  • Loading branch information
Josverl committed Dec 29, 2023
1 parent 84097bd commit df72a3e
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion mip/full.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
]
],
"deps": [],
"version": "1.16.1"
"version": "1.16.2"
}
2 changes: 1 addition & 1 deletion mip/minified.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
]
],
"deps": [],
"version": "1.16.1"
"version": "1.16.2"
}
2 changes: 1 addition & 1 deletion mip/mpy_v5.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
]
],
"deps": [],
"version": "1.16.1"
"version": "1.16.2"
}
2 changes: 1 addition & 1 deletion mip/mpy_v6.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
]
],
"deps": [],
"version": "1.16.1"
"version": "1.16.2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
]
],
"deps": [],
"version": "1.16.1"
"version": "1.16.2"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repo-path = "./repos"

[tool.poetry]
name = "micropython-stubber"
version = "1.16.1"
version = "1.16.2"
description = "Tooling to create and maintain stubs for MicroPython"
authors = ["Jos Verlinde <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/stubber/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""get the version"""


__version__ = "1.16.1"
__version__ = "1.16.2"
2 changes: 1 addition & 1 deletion src/stubber/board/createstubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
except ImportError:
from ucollections import OrderedDict # type: ignore

__version__ = "v1.16.1"
__version__ = "v1.16.2"
ENOENT = 2
_MAX_CLASS_LEVEL = 2 # Max class nesting
LIBS = [".", "/lib", "/sd/lib", "/flash/lib", "lib"]
Expand Down
4 changes: 2 additions & 2 deletions src/stubber/board/createstubs_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
This variant was generated from createstubs.py by micropython-stubber v1.16.2
"""
# Copyright (c) 2019-2023 Jos Verlinde

Expand All @@ -39,7 +39,7 @@
except ImportError:
from ucollections import OrderedDict # type: ignore

__version__ = "v1.16.1"
__version__ = "v1.16.2"
ENOENT = 2
_MAX_CLASS_LEVEL = 2 # Max class nesting
LIBS = [".", "/lib", "/sd/lib", "/flash/lib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion src/stubber/board/createstubs_db_min.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
except P:pass
try:from collections import OrderedDict as d
except P:from ucollections import OrderedDict as d
__version__='v1.16.1'
__version__='v1.16.2'
w=2
x=2
e=[J,'/lib','/sd/lib','/flash/lib','lib']
Expand Down
Binary file modified src/stubber/board/createstubs_db_mpy.mpy
Binary file not shown.
4 changes: 2 additions & 2 deletions src/stubber/board/createstubs_lvgl.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Note that the stubs can be very large, and it may be best to directly store them on an SD card if your device supports this.
This variant was generated from createstubs.py by micropython-stubber v1.16.1
This variant was generated from createstubs.py by micropython-stubber v1.16.2
"""
# Copyright (c) 2019-2023 Jos Verlinde

Expand All @@ -24,7 +24,7 @@
except ImportError:
from ucollections import OrderedDict # type: ignore

__version__ = "v1.16.1"
__version__ = "v1.16.2"
ENOENT = 2
_MAX_CLASS_LEVEL = 2 # Max class nesting
LIBS = [".", "/lib", "/sd/lib", "/flash/lib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion src/stubber/board/createstubs_lvgl_min.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
except N:pass
try:from collections import OrderedDict as b
except N:from ucollections import OrderedDict as b
__version__='v1.16.1'
__version__='v1.16.2'
u=2
v=2
w=[I,'/lib','/sd/lib','/flash/lib','lib']
Expand Down
Binary file modified src/stubber/board/createstubs_lvgl_mpy.mpy
Binary file not shown.
4 changes: 2 additions & 2 deletions src/stubber/board/createstubs_mem.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
This variant was generated from createstubs.py by micropython-stubber v1.16.2
"""
# Copyright (c) 2019-2023 Jos Verlinde

Expand All @@ -30,7 +30,7 @@
except ImportError:
from ucollections import OrderedDict # type: ignore

__version__ = "v1.16.1"
__version__ = "v1.16.2"
ENOENT = 2
_MAX_CLASS_LEVEL = 2 # Max class nesting
LIBS = [".", "/lib", "/sd/lib", "/flash/lib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion src/stubber/board/createstubs_mem_min.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
except O:pass
try:from collections import OrderedDict as d
except O:from ucollections import OrderedDict as d
__version__='v1.16.1'
__version__='v1.16.2'
v=2
w=2
e=[I,'/lib','/sd/lib','/flash/lib','lib']
Expand Down
Binary file modified src/stubber/board/createstubs_mem_mpy.mpy
Binary file not shown.
2 changes: 1 addition & 1 deletion src/stubber/board/createstubs_min.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
except N:pass
try:from collections import OrderedDict as d
except N:from ucollections import OrderedDict as d
__version__='v1.16.1'
__version__='v1.16.2'
x=2
y=2
z=[I,'/lib','/sd/lib','/flash/lib','lib']
Expand Down
Binary file modified src/stubber/board/createstubs_mpy.mpy
Binary file not shown.

0 comments on commit df72a3e

Please sign in to comment.