Compare commits

...

2 Commits

Author SHA1 Message Date
Zach White aba043abdc New release: 0.0.38 → 0.0.39 2021-01-11 19:58:09 -08:00
Zach White efd9f68243 add updated reqs from qmk_firmware:develop 2021-01-11 19:57:58 -08:00
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
"""A program to help you work with qmk_firmware.""" """A program to help you work with qmk_firmware."""
__version__ = '0.0.38' __version__ = '0.0.39'
+1 -1
View File
@@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.0.38 current_version = 0.0.39
commit = True commit = True
tag = True tag = True
tag_name = {new_version} tag_name = {new_version}
+2
View File
@@ -43,8 +43,10 @@ if __name__ == "__main__":
"appdirs", "appdirs",
"argcomplete", "argcomplete",
"colorama", "colorama",
"dotty-dict",
"flake8", "flake8",
"hjson", "hjson",
"jsonschema",
"milc>=1.0.8", "milc>=1.0.8",
"nose2", "nose2",
"pygments", "pygments",