Skip to content

Commit

Permalink
bump version to 1.3.14 (from 1.3.13)
Browse files Browse the repository at this point in the history
  • Loading branch information
karelv committed Feb 2, 2024
1 parent 6ca0cdd commit 2fcc328
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion i2c-stick-arduino/i2c_stick_fw_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// FW Configuration
// ****************

#define FW_VERSION "V1.3.13"
#define FW_VERSION "V1.3.14"


// enable/disable modules
Expand Down
2 changes: 1 addition & 1 deletion i2c-stick-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion web-interface/index.jinja2.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<div class="navbar-end">
<div class="navbar-item">
<div class="buttons">
<a id="site_version" title="Release" class="button is-info is-outlined is-small">V1.3.13</a>
<a id="site_version" title="Release" class="button is-info is-outlined is-small">V1.3.14</a>
<a id="lbl_selected_port" title="VID/PID of selected serial port" class="button is-info is-outlined is-small">USB</a>
<a id="btn_open_port" class="button is-primary is-outlined">Open</a>
<a id="btn_close_port" class="button is-primary is-outlined">Close</a>
Expand Down

0 comments on commit 2fcc328

Please sign in to comment.