Skip to content

Commit 09d63a7

Browse files
committed
bump version 1.28.2
Signed-off-by: Jos Verlinde <Jos_Verlinde@hotmail.com>
1 parent eaf4015 commit 09d63a7

16 files changed

Lines changed: 1402 additions & 3490 deletions

mip/full.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
]
1919
],
2020
"deps": [],
21-
"version": "1.28.2a0"
21+
"version": "1.28.2"
2222
}

mip/minified.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
]
1919
],
2020
"deps": [],
21-
"version": "1.28.2a0"
21+
"version": "1.28.2"
2222
}

mip/mpy_v5.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
]
1919
],
2020
"deps": [],
21-
"version": "1.28.2a0"
21+
"version": "1.28.2"
2222
}

mip/mpy_v6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
]
1919
],
2020
"deps": [],
21-
"version": "1.28.2a0"
21+
"version": "1.28.2"
2222
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
]
1919
],
2020
"deps": [],
21-
"version": "1.28.2a0"
21+
"version": "1.28.2"
2222
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repo-path = "./repos"
88

99
[tool.poetry]
1010
name = "micropython-stubber"
11-
version = "1.28.2a0"
11+
version = "1.28.2"
1212
description = "Tooling to create and maintain stubs for MicroPython"
1313
authors = ["Jos Verlinde <jos_verlinde@hotmail.com>"]
1414
license = "MIT"

src/stubber/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""get the version"""
22

3-
__version__ = "1.28.2a0"
3+
__version__ = "1.28.2"

src/stubber/board/createstubs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def reset():
3737
except ImportError:
3838
_has_inspect = False
3939

40-
__version__ = "v1.28.2a0"
40+
__version__ = "v1.28.2"
4141
ENOENT = 2 # on most ports
4242
ENOMESSAGE = 44 # on pyscript
4343
_MAX_CLASS_LEVEL = 2 # Max class nesting

src/stubber/board/createstubs_db.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- cross compilation, using mpy-cross, to avoid the compilation step on the micropython device
1919
2020
21-
This variant was generated from createstubs.py by micropython-stubber v1.28.2a0
21+
This variant was generated from createstubs.py by micropython-stubber v1.28.2
2222
"""
2323

2424
# Copyright (c) 2019-2024 Jos Verlinde
@@ -58,7 +58,7 @@ def reset():
5858
except ImportError:
5959
_has_inspect = False
6060

61-
__version__ = "v1.28.2a0"
61+
__version__ = "v1.28.2"
6262
ENOENT = 2 # on most ports
6363
ENOMESSAGE = 44 # on pyscript
6464
_MAX_CLASS_LEVEL = 2 # Max class nesting

0 commit comments

Comments
 (0)