Skip to content

Commit

Permalink
RLS: v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Aug 31, 2020
1 parent a8ae966 commit f712119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
entry: bash -c "yarn build:production"
files: ^src/*
- repo: https://github.com/psf/black
rev: stable
rev: 19.10b0
hooks:
- id: black
language_version: python3.6
Expand Down
2 changes: 1 addition & 1 deletion pydata_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .bootstrap_html_translator import BootstrapHTML5Translator
import docutils

__version__ = "0.3.2dev0"
__version__ = "0.4.0"


def add_toctree_functions(app, pagename, templatename, context, doctree):
Expand Down

0 comments on commit f712119

Please sign in to comment.