Skip to content

Commit

Permalink
Version bump and changelog update. New version is 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Bot committed Mar 4, 2021
1 parent 18b86c2 commit 04a1c3d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v0.4.0](https://github.com/corvis/prana_rc/tree/v0.4.0) (2021-03-04)

**Implemented enhancements:**

- Implement Eco Energy series support \(temperature, humidity sensors\) [\#14](https://github.com/corvis/prana_rc/issues/14)

**Fixed bugs:**

- Fix logger to support enable extensive logging via env. variable [\#15](https://github.com/corvis/prana_rc/issues/15)

## [v0.3.11](https://github.com/corvis/prana_rc/tree/v0.3.11) (2020-12-23)

## [v0.3.9](https://github.com/corvis/prana_rc/tree/v0.3.9) (2020-12-23)

## [v0.3.8](https://github.com/corvis/prana_rc/tree/v0.3.8) (2020-12-23)
Expand Down
2 changes: 1 addition & 1 deletion src/prana_rc/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "0.3.11"
__version__ = "0.4.0"

0 comments on commit 04a1c3d

Please sign in to comment.