Skip to content

Commit b3a1027

Browse files
bump version to 0.8.1, update CHANGELOG (#473)
Change release field in sphinx conf.py
1 parent 1ab8884 commit b3a1027

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CHANGELOG
22
=========
33

4-
v0.8.1 (TBD)
5-
------------
4+
v0.8.1 (Sep 14th 2020)
5+
-----------------------
66

77
- We now running regression test in github action see `#455 <https://github.com/buildtesters/buildtest/pull/455>`_
88
- Add command to filter by executor names using ``buildtest build --executor``. `#463 <https://github.com/buildtesters/buildtest/pull/463>`_

buildtest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
BUILDTEST_VERSION = "0.8.0"
1+
BUILDTEST_VERSION = "0.8.1"
22
__version__ = BUILDTEST_VERSION

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# The short X.Y version
2929
version = BUILDTEST_VERSION
3030
# The full version, including alpha/beta/rc tags
31-
release = "2019.04.02"
31+
release = BUILDTEST_VERSION
3232

3333

3434
# -- General configuration ---------------------------------------------------

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _Getting Started:
1+
.. _Getting_Started:
22

33
Getting Started with buildtest
44
==============================

docs/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Status
1414
1515
.. |docs| image:: https://readthedocs.org/projects/buildtest/badge/?version=latest
1616
:alt: Documentation Status
17-
:scale: 100%
1817
:target: https://buildtest.readthedocs.io/en/latest/?badge=latest
1918

2019
.. |slack| image:: http://hpcbuildtest.herokuapp.com/badge.svg

docs/installing_buildtest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ on any subcommand run::
6969

7070
$ buildtest <subcommand> --help
7171

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`

0 commit comments

Comments
 (0)