Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
Tagging 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pdugas committed Oct 16, 2020
1 parent dc1f819 commit 1cba2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ sensor:

## Change Log

* _next_
* 0.0.4
* Metric units support
* Force-Fahrenheit option
* 0.0.3
Expand Down
2 changes: 1 addition & 1 deletion const.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

PROJECT = 'Recteq Custom Integration'

VERSION_TUPLE = (0, 0, 3)
VERSION_TUPLE = (0, 0, 4)
VERSION = __version__ = '%d.%d.%d' % VERSION_TUPLE

__author__ = 'Paul Dugas <paul@dugas.cc>'
Expand Down

0 comments on commit 1cba2b9

Please sign in to comment.