Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f712119

Browse files
committedAug 31, 2020
RLS: v0.4.0
1 parent a8ae966 commit f712119

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
entry: bash -c "yarn build:production"
88
files: ^src/*
99
- repo: https://github.com/psf/black
10-
rev: stable
10+
rev: 19.10b0
1111
hooks:
1212
- id: black
1313
language_version: python3.6

‎pydata_sphinx_theme/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .bootstrap_html_translator import BootstrapHTML5Translator
99
import docutils
1010

11-
__version__ = "0.3.2dev0"
11+
__version__ = "0.4.0"
1212

1313

1414
def add_toctree_functions(app, pagename, templatename, context, doctree):

0 commit comments

Comments
 (0)
Please sign in to comment.