diff --git a/CHANGELOG.md b/CHANGELOG.md index add68a58..dd277093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.0.5] - 2018-10-26 + +### Fixed +- Fix issue with the indexarchives script parsing PBS/Torque style job identifiers in PCP log filenames. + ## [1.0.4] - 2017-11-22 ### Fixed diff --git a/setup.py b/setup.py index 4ee5c597..a29e5641 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup(name='supremm', - version='1.0.4', + version='1.0.5', 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',