Skip to content

Commit

Permalink
chore: release 2024.10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Oct 14, 2024
1 parent 616c243 commit b4ca8c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Changelog

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

2024.10.15
----------

- **Fix**: Update integration with Read the Docs Addons.

2024.10.14
----------

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/roadmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ When searching in the search input, show a popup with instant results.
This could be done by the bellow extensions:

- :bdg-success:`DONE` :ref:`docsearch`
- :bdg-warning:`TODO` readthedocs-sphinx-search
- :bdg-success:`DONE` Read the Docs Search Addons
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.10.14"
__version__ = "2024.10.15"

shibuya_version = __version__

Expand Down

0 comments on commit b4ca8c9

Please sign in to comment.