File tree Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -88,19 +88,19 @@ def date_to_version(tag):
8888MPYCROSSES = {
8989 "darwin" : {
9090 "mpy6" : "mpy-cross-macos-catalina-6.3.0" ,
91- "mpy7" : "mpy-cross-macos-universal-7.0.0-alpha.4 " ,
91+ "mpy7" : "mpy-cross-macos-universal-7.0.0-rc.1 " ,
9292 },
9393 "linux" : {
9494 "mpy6" : "mpy-cross.static-amd64-linux-6.3.0" ,
95- "mpy7" : "mpy-cross.static-amd64-linux-7.0.0-alpha.4 " ,
95+ "mpy7" : "mpy-cross.static-amd64-linux-7.0.0-rc.1 " ,
9696 },
9797 "win32" : {
9898 "mpy6" : "mpy-cross.static-x64-windows-6.3.0.exe" ,
99- "mpy7" : "mpy-cross.static-x64-windows-7.0.0-alpha.4 .exe" ,
99+ "mpy7" : "mpy-cross.static-x64-windows-7.0.0-rc.1 .exe" ,
100100 },
101101 "raspbian" : {
102102 "mpy6" : "mpy-cross.static-raspbian-6.3.0" ,
103- "mpy7" : "mpy-cross.static-raspbian-7.0.0-alpha.4 " ,
103+ "mpy7" : "mpy-cross.static-raspbian-7.0.0-rc.1 " ,
104104 },
105105}
106106MPYCROSS = MPYCROSSES [sys .platform ]
Original file line number Diff line number Diff line change 77"""
88
99
10- __version__ = "0 .0.0-auto.0"
10+ __version__ = "1 .0.0-auto.0"
1111__repo__ = "https://github.com/Neradoc/Circuitpython_Keyboard_Layouts.git"
1212
1313
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2021 Neradoc NeraOnGit@ri1.fr
2+ #
3+ # SPDX-License-Identifier: MIT
4+ """
5+ Extended list of consumer controls.
6+ """
7+
8+
9+ __version__ = "0.0.0-auto.0"
10+ __repo__ = "https://github.com/Neradoc/Circuitpython_Keyboard_Layouts.git"
11+
112
213class ConsumerControlExtended :
314 UNASSIGNED = 0x00
Original file line number Diff line number Diff line change 66"""
77
88
9- __version__ = "0 .0.0-auto.0"
9+ __version__ = "1 .0.0-auto.0"
1010__repo__ = "https://github.com/Neradoc/Circuitpython_Keyboard_Layouts.git"
1111
1212
You can’t perform that action at this time.
0 commit comments