New release: 1.1.6 → 1.1.7

This commit is contained in:
QMK Bot
2025-04-21 23:39:00 +00:00
parent 93e629608e
commit b6bc144e9e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.6
current_version = 1.1.7
commit = True
tag = True
tag_name = {new_version}
+1 -1
View File
@@ -1,3 +1,3 @@
"""A program to help you work with qmk_firmware."""
__version__ = '1.1.6'
__version__ = '1.1.7'
+1 -1
View File
@@ -9,7 +9,7 @@ ignore = E501,E226
[metadata]
name = qmk
version = 1.1.6
version = 1.1.7
author = skullydazed
author_email = skullydazed@gmail.com
description = A program to help users work with QMK Firmware.