Skip to content

Commit

Permalink
release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jertel committed Feb 1, 2025
1 parent 650d53e commit c260b55
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.8.0

## Breaking changes
- None

## New features
- Refactor and improve history and detailed data collection including consistent timezone usage - @cooldil
- Add --dryrun CLI arg for skipping writes to InfluxDB - @garthwebb
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.2',
version='1.8.0',
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.2'
__versiondate__ = '2025/01/12'
__version__ = '1.8.0'
__versiondate__ = '2025/02/01'
__maintainer__ = 'https://github.com/jertel'
__github__ = 'https://github.com/jertel/vuegraf'
__status__ = 'Production'
Expand Down

0 comments on commit c260b55

Please sign in to comment.