diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 718c36ce..dec543cd 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -1,4 +1,4 @@ -name: Build and Test Bleak +name: Build and Test on: push: diff --git a/README.rst b/README.rst index 0c7336d2..bffac399 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,10 @@ bleak +.. image:: https://github.com/hbldh/bleak/workflows/Build%20and%20Test/badge.svg + :target: https://github.com/hbldh/bleak/actions?query=workflow%3A%22Build+and+Test%22 + :alt: Build and Test + .. image:: https://dev.azure.com/hbldh/github/_apis/build/status/hbldh.bleak?branchName=master :target: https://dev.azure.com/hbldh/github/_build/latest?definitionId=4&branchName=master diff --git a/docs/index.rst b/docs/index.rst index cabce472..05f0ae96 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,6 +7,9 @@ bleak :width: 50% +.. image:: https://github.com/hbldh/bleak/workflows/Build%20and%20Test/badge.svg + :target: https://github.com/hbldh/bleak/actions?query=workflow%3A%22Build+and+Test%22 + :alt: Build and Test .. image:: https://dev.azure.com/hbldh/github/_apis/build/status/hbldh.bleak?branchName=master :target: https://dev.azure.com/hbldh/github/_build/latest?definitionId=4&branchName=master diff --git a/setup.cfg b/setup.cfg index 07f2349a..b2e9f29e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.2 commit = True tag = True