File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 33## Breaking changes
44- TBD
55
6+ ## New features
7+ - TBD
8+
9+ ## Other changes
10+ - TBD
11+
12+ # 1.8.0
13+
14+ ## Breaking changes
15+ - None
16+
617## New features
718- Refactor and improve history and detailed data collection including consistent timezone usage - @cooldil
819- Add --dryrun CLI arg for skipping writes to InfluxDB - @garthwebb
Original file line number Diff line number Diff line change 55base_dir = os .path .dirname (__file__ )
66setup (
77 name = 'vuegraf' ,
8- version = '1.7.2 ' ,
8+ version = '1.8.0 ' ,
99 author = 'Jason Ertel' ,
1010 long_description = open ('README.md' ).read (),
1111 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 33__author__ = 'https://github.com/jertel'
44__license__ = 'MIT'
55__contributors__ = 'https://github.com/jertel/vuegraf/graphs/contributors'
6- __version__ = '1.7.2 '
7- __versiondate__ = '2025/01/12 '
6+ __version__ = '1.8.0 '
7+ __versiondate__ = '2025/02/01 '
88__maintainer__ = 'https://github.com/jertel'
99__github__ = 'https://github.com/jertel/vuegraf'
1010__status__ = 'Production'
You can’t perform that action at this time.
0 commit comments