From 973db819e641e3dc326992900399b57a60be8b87 Mon Sep 17 00:00:00 2001 From: Joseph White Date: Wed, 14 Oct 2020 11:11:34 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb3ddde0..c1f07448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index d8c9092d..aa4b987b 100644 --- a/setup.py +++ b/setup.py @@ -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',