Skip to content

Commit

Permalink
Merge pull request #68 from WSOFT-Project/support-mkdocs-static-i18n
Browse files Browse the repository at this point in the history
2.12.1に
  • Loading branch information
taiseiue authored Nov 20, 2024
2 parents 8d657b6 + 575c173 commit 7c052a7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
recursive-include lantana *.js *.css *.png *.html *.svg *.yml *.mo
recursive-include lantana *.js *.css *.png *.html *.svg *.yml *.mo *.j2
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__copyright__ = 'Copyright (C) 2022 WSOFT.'
__version__ = '2.12.0'
__version__ = '2.12.1'
__license__ = 'MIT'
__author__ = 'WSOFT'
__author_email__ = 'info@wsoft.ws'
Expand Down
2 changes: 1 addition & 1 deletion docs/extensions/lantana/alerts2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ date : 2024-05-06
mt_type: extension
---

<span class="badge bg-primary">対応バージョン:>=2.12.0</span>
<span class="badge bg-primary">対応バージョン:>=2.12.1</span>

Alerts2拡張機能は、Lantanaに引用を使用したアラートを追加する拡張機能です。

Expand Down
2 changes: 1 addition & 1 deletion docs/extensions/lantana/selector.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ date : 2024-05-06
mt_type: extension
---

<span class="badge bg-primary">対応バージョン:>=2.12.0</span>
<span class="badge bg-primary">対応バージョン:>=2.12.1</span>

Selector拡張機能は、Lantanaに選択可能なサイトへのリンクを追加する拡張機能です。

Expand Down
2 changes: 1 addition & 1 deletion lantana/-lantana/status/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h1>{% trans %}about-this-site{% endtrans %}</h1>
{% endif %}
<tr>
<th scope="row">{%trans%}lantana-version{%endtrans%}</th>
<td>WSOFT Lantana v2.12.0(tapioca)</td>
<td>WSOFT Lantana v2.12.1(tapioca)</td>
</tr>
<tr>
<th scope="row">{%trans%}mkdocs-version{%endtrans%}</th>
Expand Down
10 changes: 5 additions & 5 deletions lantana/-lantana/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Product" : "Lantana",
"CodeName" : "tapioca",
"Version" : "2.12.0",
"FullName" : "WSOFT Lantana v2.12.0(tapioca)"
}
"Product": "Lantana",
"CodeName": "tapioca",
"Version": "2.12.1",
"FullName": "WSOFT Lantana v2.12.1(tapioca)"
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = '2.12.0'
VERSION = '2.12.1'

setup(
name="lantana",
Expand Down

0 comments on commit 7c052a7

Please sign in to comment.