Skip to content

Commit

Permalink
release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jertel committed Jan 29, 2024
1 parent 99857ab commit 8770adf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
## Breaking changes
- TBD

## New features
- TBD

## Other changes
- TBD

# 1.7.0

## Breaking changes
- None

## New features
- Added `detailedDataSecondsEnabled` and `detailedDataHoursEnabled` to selectively fetch one or (or both) seconds- and hours- resolution data iff `detailedDataEnabled` = `true`
- Added `timezone` config to allow configuring the timezone according to which end-of-day is calculated.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
base_dir = os.path.dirname(__file__)
setup(
name='vuegraf',
version='1.6.1',
version='1.7.0',
author='Jason Ertel',
url='https://github.com/jertel/vuegraf',
description='Populate metrics from your Emporia Vue energy monitoring devices into an InfluxDB',
Expand Down
4 changes: 2 additions & 2 deletions src/vuegraf/vuegraf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
__author__ = 'https://github.com/jertel'
__license__ = 'MIT'
__contributors__ = 'https://github.com/jertel/vuegraf/graphs/contributors'
__version__ = '1.6.1'
__versiondate__ = '2023/12/29'
__version__ = '1.7.0'
__versiondate__ = '2024/01/29'
__maintainer__ = 'https://github.com/jertel'
__github__ = 'https://github.com/jertel/vuegraf'
__status__ = 'Production'
Expand Down

0 comments on commit 8770adf

Please sign in to comment.