From b61e5f93a69bb9a7469d0b13f5d9290dcae2d95d Mon Sep 17 00:00:00 2001 From: karelv Date: Thu, 5 Sep 2024 18:37:25 -0700 Subject: [PATCH] bump version to 1.5.0 (from 1.4.0) --- 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 134ba6b..0cf19d7 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.15" +#define FW_VERSION "V1.5.0" // enable/disable modules diff --git a/i2c-stick-py/pyproject.toml b/i2c-stick-py/pyproject.toml index 5eaa8e4..e65160e 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.4.0" +version = "1.5.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 622ffe9..6f56a51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ # pyproject.toml [bumpver] -current_version = "1.4.0" +current_version = "1.5.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 d33af53..03b776e 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Melexis i2c-stick -Current version: V1.4.0 +Current version: V1.5.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 0c538aa..1cfe302 100644 --- a/web-interface/index.jinja2.html +++ b/web-interface/index.jinja2.html @@ -50,7 +50,7 @@