Skip to content

Commit 973db81

Browse files
committed
Update changelog
1 parent 4a2d606 commit 973db81

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.4.1] - 2020-10-14
4+
5+
### Fixed
6+
- Fix edge case where one type of corrupt performance counter value was not handled
7+
by the hardware performance counter plugin.
8+
- Fix bug in the job script ingestor that caused the script data in the database to
9+
be set to the string "0" if a script data was ingested more than once.
10+
311
## [1.4.0] - 2020-08-17
412

513
### Added

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name='supremm',
26-
version='1.4.0',
26+
version='1.4.1',
2727
description='SUPReMM Job Summarization Utilities',
2828
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.',
2929
license='LGPLv3',

0 commit comments

Comments
 (0)