Skip to content

Commit

Permalink
chore: 2024.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Dec 20, 2024
1 parent 248613b commit 3a776b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ Changelog

Shibuya uses date based release segments. For pre-releases, it follows :pep:`440`.

2023.12.15
2024.12.20
---------

- **New**: Added integration with :ref:`sphinx-contributors`.

2024.12.15
----------

- **Fix**: Add ``min-height`` for ``main`` element, via :issue:`68`.
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A clean, responsive, and customizable Sphinx documentation theme
dynamic = ["version"]
readme = "README.md"

requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"Sphinx"
]
Expand All @@ -25,6 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
"Topic :: Documentation",
"Topic :: Software Development :: Documentation",
Expand Down
2 changes: 1 addition & 1 deletion src/shibuya/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
WrapLineFormatter,
)

__version__ = "2024.12.15"
__version__ = "2024.12.20"

shibuya_version = __version__

Expand Down

0 comments on commit 3a776b2

Please sign in to comment.