Skip to content

Commit

Permalink
Merge pull request #231 from jpwhite4/changlog141
Browse files Browse the repository at this point in the history
Update Changelog and bump version
  • Loading branch information
jpwhite4 committed Oct 14, 2020
2 parents 4a2d606 + 973db81 commit 1f65086
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.4.1] - 2020-10-14

### Fixed
- Fix edge case where one type of corrupt performance counter value was not handled
by the hardware performance counter plugin.
- Fix bug in the job script ingestor that caused the script data in the database to
be set to the string "0" if a script data was ingested more than once.

## [1.4.0] - 2020-08-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name='supremm',
version='1.4.0',
version='1.4.1',
description='SUPReMM Job Summarization Utilities',
long_description='Utilities for generating job-level summary data from host level PCP archives.\nAlso includes template configuration files for running PCP on an HPC system.',
license='LGPLv3',
Expand Down

0 comments on commit 1f65086

Please sign in to comment.