Skip to content

Commit

Permalink
updating changelog and bump version to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzebsiddiqui committed Dec 11, 2019
1 parent e10d9ae commit 1772ede
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
CHANGELOG
=================

v0.7.4 (Dec 11th, 2019)
-------------------------

- update documentation section **Background**, **Motivation**, **Inception**, and **Description**
- make use of ``$SRCDIR`` when setting variable ``SRCFILE`` in test script.
- add documentation issue template page
- add clang compiler support via ``compiler:clang``
- add contributing pages to buildtest documentation and add further clarification on release process, buildtest regression testing, and GitHub app integration
- add ``EDITOR`` key in buildtest configuration (**settings.yml**) to tweak editor when editing files
- change path to output/error files in ``buildtest module loadtest`` and print actual ``module load`` command
- adding github stalebot configuration see ``.github/stale.yml``
- adding github sponsor page ``.github/FUNDING.yml``
- add stream benchmark test see https://github.com/HPC-buildtest/buildtest-framework/commit/d2a2a4dc2e71c5921b211d4df4d68b7f52cbbf52
- adding github workflow ``black`` to format all python code base see ``.github/workflow/black.yml``
- install lmod and its dependency in travis build


v0.7.3 (Nov 25th, 2019)
-----------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
author = 'Shahzeb Siddiqui'

# The short X.Y version
version = '0.7.3'
version = '0.7.4'
# The full version, including alpha/beta/rc tags
release = '2019.25.11'
release = '2019.11.12'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/buildtest/tools/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from shutil import copy


BUILDTEST_VERSION = "0.7.3"
BUILDTEST_VERSION = "0.7.4"
BUILDTEST_ROOT = os.getenv("BUILDTEST_ROOT")

# test scripts that need to be run locally
Expand Down

0 comments on commit 1772ede

Please sign in to comment.