Skip to content

Commit

Permalink
docs: version indicator changed in related docs
Browse files Browse the repository at this point in the history
  • Loading branch information
riokuu committed Oct 27, 2022
1 parent 0ce61d8 commit ead8d16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
=======
History
=======

2.1.3 (2022-10-27)
------------------
* thermoBox boost mode doesn't corrupt state

2.1.2 (2022-10-17)
------------------

Expand Down
2 changes: 1 addition & 1 deletion blebox_uniapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """BleBox"""
__email__ = "[email protected]"
__version__ = "2.1.1"
__version__ = "2.1.3"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.2
current_version = 2.1.3
commit = True
tag = True

Expand Down

0 comments on commit ead8d16

Please sign in to comment.