We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ae801 commit 27cf903Copy full SHA for 27cf903
CHANGELOG.rst
@@ -1,8 +1,8 @@
1
CHANGELOG
2
=========
3
4
-v0.9.1
5
---------
+v0.9.1 (Nov 24th, 2020)
+------------------------
6
7
In this version, we added support for `Cobalt scheduler <https://trac.mcs.anl.gov/projects/cobalt>`_ provided by
8
Argonne National Laboratory. We can define cobalt executors in buildtest settings which can be
buildtest/__init__.py
@@ -1,2 +1,2 @@
-BUILDTEST_VERSION = "0.9.0"
+BUILDTEST_VERSION = "0.9.1"
__version__ = BUILDTEST_VERSION
0 commit comments