From 4ac005a316a6cbf52a2dac05455afbf4cd5ce03f Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Thu, 24 Sep 2020 10:22:45 +0200 Subject: [PATCH] Bump version --- .github/workflows/ci.yml | 2 +- docs/.buildinfo | 2 +- docs/_static/documentation_options.js | 2 +- docs/genindex.html | 2 +- docs/index.html | 2 +- docs/objects.inv | Bin 269 -> 269 bytes docs/search.html | 2 +- setup.py | 2 +- 8 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36a567e..1a3db3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v1 - run: | development/doc/build.sh - git diff --exit-code --stat docs + git diff --exit-code docs/*.html publish: name: Publish if: startsWith(github.event.ref, 'refs/tags') diff --git a/docs/.buildinfo b/docs/.buildinfo index c1710e1..1f5ddf0 100644 --- a/docs/.buildinfo +++ b/docs/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 422ee944df9367b34b0f073ef1751c37 +config: 65c79fa268a616c3fa6b8391e14e6907 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index 23fc755..dbef29e 100644 --- a/docs/_static/documentation_options.js +++ b/docs/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '0.0.1', + VERSION: '0.0.2', LANGUAGE: 'None', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/genindex.html b/docs/genindex.html index 011a9ac..84552d1 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -5,7 +5,7 @@ - Index — terraform-provider-freebox 0.0.1 documentation + Index — terraform-provider-freebox 0.0.2 documentation diff --git a/docs/index.html b/docs/index.html index 86626c6..53bdd70 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,7 +5,7 @@ - terraform-provider-freebox — terraform-provider-freebox 0.0.1 documentation + terraform-provider-freebox — terraform-provider-freebox 0.0.2 documentation diff --git a/docs/objects.inv b/docs/objects.inv index ce7aa5389f620293941953fd1f01ab0590a48574..85392400f0670a672581f0e51f6ffcaa00017c42 100644 GIT binary patch delta 11 ScmeBW>SdY`#Aq}zcozT^?*q~R delta 11 ScmeBW>SdY`#ArA%cozT^>jTjM diff --git a/docs/search.html b/docs/search.html index bbb5e9d..167bbec 100644 --- a/docs/search.html +++ b/docs/search.html @@ -5,7 +5,7 @@ - Search — terraform-provider-freebox 0.0.1 documentation + Search — terraform-provider-freebox 0.0.2 documentation diff --git a/setup.py b/setup.py index edc5c9a..03a2fe2 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import setuptools -version = "0.0.1" +version = "0.0.2" setuptools.setup(