Skip to content

Commit c260b55

Browse files
committed
release 1.8.0
1 parent 650d53e commit c260b55

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
base_dir = os.path.dirname(__file__)
66
setup(
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",

src/vuegraf/vuegraf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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'

0 commit comments

Comments
 (0)