Skip to content

Commit

Permalink
release: Bump v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Oct 19, 2024
1 parent 0fdb6af commit 3260f71
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .age.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
current_version = "3.0.4"
current_version = "3.0.5"

[[files]]
path = "demo/index.rst"
Expand Down
4 changes: 2 additions & 2 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REWRITE HERE

- Changelog is https://github.com/attakei/sphinx-revealjs/blob/v3.0.4/CHANGELOG.rst
- Source changes is https://github.com/attakei/sphinx-revealjs/compare/v3.0.3...v3.0.4
- Changelog is https://github.com/attakei/sphinx-revealjs/blob/v3.0.5/CHANGELOG.rst
- Source changes is https://github.com/attakei/sphinx-revealjs/compare/v3.0.4...v3.0.5
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
ver 3.0.5
=========

:Release date: 2024-10-20 (JST)
:Reveal.js version: 5.1.0

Fixes
-----

* Do not render stray end-tag (``</section>``) - `GH#180 <https://github.com/attakei/sphinx-revealjs/issues/180>`_.

Others
------

* Update contents of demo for latest features.
* Mark python version of author workspace by mise.

ver 3.0.4
=========

Expand Down
2 changes: 1 addition & 1 deletion demo/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Introduction of sphinx-revealjs
===============================

:Based version: 3.0.4
:Based version: 3.0.5
:Demo updated: 2024-10-18 JST

Overview
Expand Down
2 changes: 1 addition & 1 deletion sphinx_revealjs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Root module for sphinx-revealjs."""

__version__ = "3.0.4"
__version__ = "3.0.5"

from sphinx.application import Sphinx
from sphinx.config import Config
Expand Down

0 comments on commit 3260f71

Please sign in to comment.