Compare commits

..

3 Commits

Author SHA1 Message Date
skullY f0dafaf068 New release: 0.0.29 → 0.0.30 2020-03-10 11:37:44 -07:00
skullY 3414bdcaa3 add nose2 to requirements 2020-03-10 11:37:31 -07:00
Mikkel Jeppesen c8567d8098 Made bade in the readme nicer 2020-02-25 14:33:37 -08:00
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# QMK CLI
![CLI Setup](https://github.com/qmk/qmk_cli/workflows/CLI%20Setup/badge.svg)
[![CLI Setup](https://github.com/qmk/qmk_cli/workflows/CLI%20Setup/badge.svg)](https://github.com/qmk/qmk_cli/actions?query=workflow%3A%22CLI+Setup%22)
A program to help users work with [QMK Firmware](https://qmk.fm/).
# Features
+1 -1
View File
@@ -1,3 +1,3 @@
"""A program to help you work with qmk_firmware."""
__version__ = '0.0.29'
__version__ = '0.0.30'
+1 -1
View File
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.29
current_version = 0.0.30
commit = True
tag = True
tag_name = {new_version}
+1
View File
@@ -46,6 +46,7 @@ if __name__ == "__main__":
"colorama",
"flake8",
"hjson",
"nose2",
"yapf"
],
)