Skip to content

Commit

Permalink
Bump version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 authored and Revathyvenugopal162 committed Jun 13, 2022
1 parent 6610f9b commit 0adc5f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"Sphinx>=4.0.0",
"pydata-sphinx-theme==0.8.1",
"pydata-sphinx-theme==0.9.0",
"Jinja2>=3.1.2",
]

Expand Down
2 changes: 1 addition & 1 deletion src/ansys_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
from pathlib import Path

__version__ = "0.4.0"
__version__ = "0.4.1"

# get location of this directory
_this_path = os.path.dirname(os.path.realpath(__file__))
Expand Down
2 changes: 1 addition & 1 deletion src/ansys_sphinx_theme/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pygments_style = friendly

[options]
github_url = https://github.com/ansys
logo_link = https://www.ansys.com/
logo.link = https://www.ansys.com/
show_breadcrumbs = True
show_icons = True
hidden_icons =
Expand Down

0 comments on commit 0adc5f8

Please sign in to comment.