You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2020/12/09 16:32:42 UTC

[airflow-site] branch update-to-v0.0.3 created (now 30196d2)

This is an automated email from the ASF dual-hosted git repository.

ash pushed a change to branch update-to-v0.0.3
in repository https://gitbox.apache.org/repos/asf/airflow-site.git.


      at 30196d2  Update to 0.0.3 now

This branch includes the following new commits:

     new 30196d2  Update to 0.0.3 now

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[airflow-site] 01/01: Update to 0.0.3 now

Posted by as...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ash pushed a commit to branch update-to-v0.0.3
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit 30196d239f97693fd58b7902da123a0dbcd5fac0
Author: Ash Berlin-Taylor <as...@firemirror.com>
AuthorDate: Wed Dec 9 16:30:08 2020 +0000

    Update to 0.0.3 now
    
    We had to publish 0.0.2 to PyPi for pip reasons, so lets have the
    version we push to github releases.
---
 .github/workflows/build.yml    | 4 ++--
 sphinx_airflow_theme/README.md | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index bf52932..c0f1898 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -108,11 +108,11 @@ jobs:
           github.event_name == 'push'
         run: |
           gh auth status
-          gh release delete v0.0.2 -y || true
+          gh release delete v0.0.3 -y || true
           NOTES="Commit: ${GITHUB_COMMIT}
           Source: ${GITHUB_REF}"
 
-          gh release create v0.0.2 \
+          gh release create v0.0.3 \
             --title "Latest version" \
             --notes "${NOTES}" \
             ./dist/*
diff --git a/sphinx_airflow_theme/README.md b/sphinx_airflow_theme/README.md
index 64ba81b..2e7e502 100644
--- a/sphinx_airflow_theme/README.md
+++ b/sphinx_airflow_theme/README.md
@@ -50,7 +50,7 @@ In order to start working with the theme, please follow the instructions below.
 
 To install the latest development version of a theme, run:
 ```
-pip install 'https://github.com/apache/airflow-site/releases/download/v0.0.2/sphinx_airflow_theme-0.0.2-py3-none-any.whl'
+pip install 'https://github.com/apache/airflow-site/releases/download/v0.0.3/sphinx_airflow_theme-0.0.3-py3-none-any.whl'
 ```
 Python packages for your PRs is available as downloadable artifact in GitHub Actions after
 the CI builds your PR.