New release: 1.1.3 → 1.1.4

This commit is contained in:
QMK Bot
2024-02-23 10:57:48 +00:00
parent e07ad4c9ee
commit bb385f7786
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.3
current_version = 1.1.4
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.3'
__version__ = '1.1.4'
+1 -1
View File
@@ -9,7 +9,7 @@ ignore = E501,E226
[metadata]
name = qmk
version = 1.1.3
version = 1.1.4
author = skullydazed
author_email = skullydazed@gmail.com
description = A program to help users work with QMK Firmware.