Skip to content

Commit 4f4b892

Browse files
committed
release 1.7.2
1 parent 940a7d0 commit 4f4b892

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
@@ -6,6 +6,17 @@
66
## New features
77
- TBD
88

9+
## Other changes
10+
- TBD
11+
12+
# 1.7.2
13+
14+
## Breaking changes
15+
- None
16+
17+
## New features
18+
- None
19+
920
## Other changes
1021
- Fixed daily metric collection after a new month cycles - @cdolghier
1122
- Upgrade to pyemvue 0.18.1 - @jertel

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.1',
8+
version='1.7.2',
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.1'
7-
__versiondate__ = '2024/01/31'
6+
__version__ = '1.7.2'
7+
__versiondate__ = '2024/02/25'
88
__maintainer__ = 'https://github.com/jertel'
99
__github__ = 'https://github.com/jertel/vuegraf'
1010
__status__ = 'Production'

0 commit comments

Comments
 (0)