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):
88
88
MPYCROSSES = {
89
89
"darwin" : {
90
90
"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 " ,
92
92
},
93
93
"linux" : {
94
94
"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 " ,
96
96
},
97
97
"win32" : {
98
98
"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" ,
100
100
},
101
101
"raspbian" : {
102
102
"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 " ,
104
104
},
105
105
}
106
106
MPYCROSS = MPYCROSSES [sys .platform ]
Original file line number Diff line number Diff line change 7
7
"""
8
8
9
9
10
- __version__ = "0 .0.0-auto.0"
10
+ __version__ = "1 .0.0-auto.0"
11
11
__repo__ = "https://github.com/Neradoc/Circuitpython_Keyboard_Layouts.git"
12
12
13
13
Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: 2021 Neradoc [email protected]
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
+
1
12
2
13
class ConsumerControlExtended :
3
14
UNASSIGNED = 0x00
Original file line number Diff line number Diff line change 6
6
"""
7
7
8
8
9
- __version__ = "0 .0.0-auto.0"
9
+ __version__ = "1 .0.0-auto.0"
10
10
__repo__ = "https://github.com/Neradoc/Circuitpython_Keyboard_Layouts.git"
11
11
12
12
You can’t perform that action at this time.
0 commit comments