From d3917b10e7621632098028a68982727b10ec83f5 Mon Sep 17 00:00:00 2001 From: QMK Bot Date: Fri, 23 Feb 2024 11:03:39 +0000 Subject: [PATCH] =?UTF-8?q?New=20release:=201.1.4=20=E2=86=92=201.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- qmk_cli/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 71a132d..dd5a3f6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.4 +current_version = 1.1.5 commit = True tag = True tag_name = {new_version} diff --git a/qmk_cli/__init__.py b/qmk_cli/__init__.py index 6c5f7a8..ca1c72d 100644 --- a/qmk_cli/__init__.py +++ b/qmk_cli/__init__.py @@ -1,3 +1,3 @@ """A program to help you work with qmk_firmware.""" -__version__ = '1.1.4' +__version__ = '1.1.5' diff --git a/setup.cfg b/setup.cfg index 3c42eb5..b42e0bb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ ignore = E501,E226 [metadata] name = qmk -version = 1.1.4 +version = 1.1.5 author = skullydazed author_email = skullydazed@gmail.com description = A program to help users work with QMK Firmware.