From 3d8395e4f8ac0c9c002412968cdff62a93bb01da Mon Sep 17 00:00:00 2001 From: karelv Date: Thu, 1 Feb 2024 17:42:15 -0800 Subject: [PATCH] bump version to 1.4.0 (from 1.3.16) --- i2c-stick-arduino/i2c_stick_fw_config.h | 2 +- i2c-stick-py/pyproject.toml | 2 +- pyproject.toml | 2 +- readme.md | 2 +- web-interface/index.jinja2.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/i2c-stick-arduino/i2c_stick_fw_config.h b/i2c-stick-arduino/i2c_stick_fw_config.h index eafc3eb..28fa8f5 100644 --- a/i2c-stick-arduino/i2c_stick_fw_config.h +++ b/i2c-stick-arduino/i2c_stick_fw_config.h @@ -4,7 +4,7 @@ // FW Configuration // **************** -#define FW_VERSION "V1.3.16" +#define FW_VERSION "V1.4.0" // enable/disable modules diff --git a/i2c-stick-py/pyproject.toml b/i2c-stick-py/pyproject.toml index fcc7b36..5eaa8e4 100644 --- a/i2c-stick-py/pyproject.toml +++ b/i2c-stick-py/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "melexis-i2c-stick" -version = "1.3.16" +version = "1.4.0" description = "Melexis I2C Stick, python interface" readme = "README.md" authors = [{ name = "Karel Vanroye", email = "kva@melexis.com" }] diff --git a/pyproject.toml b/pyproject.toml index efbb7c9..622ffe9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ # pyproject.toml [bumpver] -current_version = "1.3.16" +current_version = "1.4.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version to {new_version} (from {old_version})" tag_message = "V{new_version}" diff --git a/readme.md b/readme.md index d4d6656..d33af53 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Melexis i2c-stick -Current version: V1.3.16 +Current version: V1.4.0 The web interface here: https://www.melexis.com/i2c-stick/ diff --git a/web-interface/index.jinja2.html b/web-interface/index.jinja2.html index a77efa1..f70f70d 100644 --- a/web-interface/index.jinja2.html +++ b/web-interface/index.jinja2.html @@ -50,7 +50,7 @@