Skip to content

Commit 2a5ab29

Browse files
authored
Prepare release 100.0.7
1 parent 8de0820 commit 2a5ab29

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

material/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<meta name="author" content="{{ config.site_author }}">
2828
{% endif %}
2929
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
30-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-traefiklabs-100.0.6">
30+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-traefiklabs-100.0.7">
3131
{% endblock %}
3232
{% block htmltitle %}
3333
{% if page and page.meta and page.meta.title %}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-traefiklabs",
3-
"version": "100.0.6",
3+
"version": "100.0.7",
44
"description": "A Traefik Labs branded Material Design theme for MkDocs",
55
"keywords": [
66
"mkdocs",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
# Package description
4141
setup(
42-
name = "mkdocs-traefiklabs",
42+
name = package["name"],
4343
version = package["version"],
4444
url = "http://traefik.io",
4545
license = package["license"],

0 commit comments

Comments
 (0)