Compare commits

...

3 Commits

Author SHA1 Message Date
QMK Bot c41fd5e940 New release: 0.0.51 → 0.0.52 2021-06-22 05:21:24 +00:00
Zach White b70736a876 add vscode settings 2021-06-21 22:14:55 -07:00
Zach White 69b3b890d2 check for __init__ instead of doctor 2021-06-21 22:14:38 -07:00
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"python.formatting.provider": "yapf"
}
+1 -1
View File
@@ -1,3 +1,3 @@
"""A program to help you work with qmk_firmware."""
__version__ = '0.0.51'
__version__ = '0.0.52'
+1 -1
View File
@@ -16,7 +16,7 @@ def is_qmk_firmware(qmk_firmware):
qmk_firmware / 'quantum',
qmk_firmware / 'requirements.txt',
qmk_firmware / 'requirements-dev.txt',
qmk_firmware / 'lib/python/qmk/cli/doctor.py'
qmk_firmware / 'lib/python/qmk/cli/__init__.py'
]
for path in paths:
+1 -1
View File
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.51
current_version = 0.0.52
commit = True
tag = True
tag_name = {new_version}