Skip to content

Commit

Permalink
release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jertel committed Feb 25, 2024
1 parent 940a7d0 commit 4f4b892
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 @@ -6,6 +6,17 @@
## New features
- TBD

## Other changes
- TBD

# 1.7.2

## Breaking changes
- None

## New features
- None

## Other changes
- Fixed daily metric collection after a new month cycles - @cdolghier
- Upgrade to pyemvue 0.18.1 - @jertel
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.1',
version='1.7.2',
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.1'
__versiondate__ = '2024/01/31'
__version__ = '1.7.2'
__versiondate__ = '2024/02/25'
__maintainer__ = 'https://github.com/jertel'
__github__ = 'https://github.com/jertel/vuegraf'
__status__ = 'Production'
Expand Down

0 comments on commit 4f4b892

Please sign in to comment.