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 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
Original file line number Diff line number Diff line change 55base_dir = os .path .dirname (__file__ )
66setup (
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" ,
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.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'
You can’t perform that action at this time.
0 commit comments