diff --git a/i2c-stick-arduino/i2c_stick_fw_config.h b/i2c-stick-arduino/i2c_stick_fw_config.h index 5e28e0e..ce8af23 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.13" +#define FW_VERSION "V1.3.14" // enable/disable modules diff --git a/i2c-stick-py/pyproject.toml b/i2c-stick-py/pyproject.toml index 9b3f1e8..0308c59 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.13" +version = "1.3.14" 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 3c500ae..f875329 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ # pyproject.toml [bumpver] -current_version = "1.3.13" +current_version = "1.3.14" 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 e7e9f8e..86b1f3d 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Melexis i2c-stick -Current version: V1.3.13 +Current version: V1.3.14 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 bb3b22e..48f1df8 100644 --- a/web-interface/index.jinja2.html +++ b/web-interface/index.jinja2.html @@ -50,7 +50,7 @@