Skip to content

Commit

Permalink
fix version and docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisma committed Aug 8, 2022
1 parent ae6bb71 commit 022edc8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
SPHINX_GITHUB_CHANGELOG_TOKEN: ${{ github.token }}

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down
7 changes: 3 additions & 4 deletions docs/source/overview/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ Release Notes
==============

.. changelog::
:github: https://github.com/cascode-labs/virtue/releases
:pypi: https://pypi.org/project/virtue-skill/

.. :changelog-url: http://www.cascode-labs.org/virtue/overview/release_notes.html
:github: https://github.com/cascode-labs/virtue/releases
:pypi: https://pypi.org/project/virtue-skill/
:changelog-url: http://www.cascode-labs.org/virtue/overview/release_notes.html
2 changes: 1 addition & 1 deletion virtue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .SchUtility import *
from .ConfigUtility import *

__version__ = '0.1.0'
__version__ = '0.2.0'

0 comments on commit 022edc8

Please sign in to comment.