Skip to content

Commit

Permalink
release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jertel committed Feb 1, 2024
1 parent ef47616 commit 3e8e06e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,22 @@
- TBD

## New features
- TBD

## Other changes

# 1.7.1

## Breaking changes
- None

## New features
- None

## Other changes
- Added --debug arg to dump all points to console prior to sending to the database - @jertel
- On startup the new detailedDataHousesEnabled and detailedDataSecondsEnabled values will be printed to console - @jertel
- On startup the version will be printed to console - @jertel

## Other changes
- Fixed issue when hourly and historic data was collected it was discard the previous minute data - @jertel
- Removed unused --quiet arg - @jertel
- Removed unnecessary --version arg - @jertel
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.7.0',
version='1.7.1',
author='Jason Ertel',
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
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.7.0'
__versiondate__ = '2024/01/29'
__version__ = '1.7.1'
__versiondate__ = '2024/01/31'
__maintainer__ = 'https://github.com/jertel'
__github__ = 'https://github.com/jertel/vuegraf'
__status__ = 'Production'
Expand Down

0 comments on commit 3e8e06e

Please sign in to comment.