File tree Expand file tree Collapse file tree 6 files changed +6
-7
lines changed Expand file tree Collapse file tree 6 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
- v0.8.1 (TBD )
5
- ------------
4
+ v0.8.1 (Sep 14th 2020 )
5
+ -----------------------
6
6
7
7
- We now running regression test in github action see `#455 <https://github.com/buildtesters/buildtest/pull/455 >`_
8
8
- Add command to filter by executor names using ``buildtest build --executor ``. `#463 <https://github.com/buildtesters/buildtest/pull/463 >`_
Original file line number Diff line number Diff line change 1
- BUILDTEST_VERSION = "0.8.0 "
1
+ BUILDTEST_VERSION = "0.8.1 "
2
2
__version__ = BUILDTEST_VERSION
Original file line number Diff line number Diff line change 28
28
# The short X.Y version
29
29
version = BUILDTEST_VERSION
30
30
# The full version, including alpha/beta/rc tags
31
- release = "2019.04.02"
31
+ release = BUILDTEST_VERSION
32
32
33
33
34
34
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
- .. _ Getting Started :
1
+ .. _ Getting_Started :
2
2
3
3
Getting Started with buildtest
4
4
==============================
Original file line number Diff line number Diff line change 14
14
15
15
.. |docs | image :: https://readthedocs.org/projects/buildtest/badge/?version=latest
16
16
:alt: Documentation Status
17
- :scale: 100%
18
17
:target: https://buildtest.readthedocs.io/en/latest/?badge=latest
19
18
20
19
.. |slack | image :: http://hpcbuildtest.herokuapp.com/badge.svg
Original file line number Diff line number Diff line change @@ -69,4 +69,4 @@ on any subcommand run::
69
69
70
70
$ buildtest <subcommand> --help
71
71
72
- If you have got this far, please go to the next section on :ref: `configuring_buildtest `
72
+ If you have got this far, please go to the next section on :ref: `Getting_Started `
You can’t perform that action at this time.
0 commit comments