From 0c07d6226d94dec22cc7dc1b222185325902110c Mon Sep 17 00:00:00 2001 From: Shahzeb Siddiqui Date: Thu, 20 Jan 2022 16:48:11 -0500 Subject: [PATCH] bump release to 0.13.0 --- CHANGELOG.rst | 4 ++-- buildtest/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7309b6194..12395a3e8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ CHANGELOG ========= -v0.13.0 --------- +v0.13.0 (Jan 20th, 2022) +------------------------- - Add option for scaling batch jobs with ``buildtest build --procs`` and ``buildtest build --nodes`` which allows one to specify processor and node values to run test with different process and node configuration. See `#957 `_, `#977 `_ - Rename command line options ``--max-pend-time`` -> ``--maxpendtime`` and ``--poll-interval`` -> ``--pollinterval`` `#959 `_ diff --git a/buildtest/__init__.py b/buildtest/__init__.py index d57bcb57a..299b05ea0 100644 --- a/buildtest/__init__.py +++ b/buildtest/__init__.py @@ -1,3 +1,3 @@ -BUILDTEST_VERSION = "0.12.0" +BUILDTEST_VERSION = "0.13.0" __version__ = BUILDTEST_VERSION BUILDTEST_COPYRIGHT = "Copyright (c) 2021-2022, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy), Shahzeb Siddiqui, and Vanessa Sochat. All rights reserved."