Skip to content

Commit

Permalink
Merge pull request #954 from buildtesters/v0.12.0
Browse files Browse the repository at this point in the history
increment version to v0.12.0
  • Loading branch information
shahzebsiddiqui authored Dec 17, 2021
2 parents 70fc168 + a2dbef7 commit ccf0f6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CHANGELOG
=========

v0.12.0 (TBD)
--------------
v0.12.0 (Dec 17th, 2021)
-------------------------

- Make use of `rich <https://rich.readthedocs.io/en/stable/index.html>`_ python library for printing output and utilized this throughout codebase. We have removed ``termcolor`` and ``tabulate`` library used for printing. `#896 <https://github.com/buildtesters/buildtest/pull/896>`_
- Slight change to `spack test` behavior when generating script. `#893 <https://github.com/buildtesters/buildtest/pull/893>`_
Expand Down
2 changes: 1 addition & 1 deletion buildtest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BUILDTEST_VERSION = "0.11.0"
BUILDTEST_VERSION = "0.12.0"
__version__ = BUILDTEST_VERSION
BUILDTEST_COPYRIGHT = "Copyright (c) 2021, 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."

0 comments on commit ccf0f6a

Please sign in to comment.