Skip to content

Commit

Permalink
release: Version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed May 6, 2024
1 parent 992d5f4 commit 6ab8241
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 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.1"
current_version = "3.0.2"

[[files]]
path = "demo/index.rst"
Expand Down
6 changes: 3 additions & 3 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Update reveal.js version.
Small bug-fix and mark deprecated.

- Changelog is https://github.com/attakei/sphinx-revealjs/blob/v3.0.1/CHANGELOG.rst
- Source changes is https://github.com/attakei/sphinx-revealjs/compare/v3.0.0...v3.0.1
- Changelog is https://github.com/attakei/sphinx-revealjs/blob/v3.0.2/CHANGELOG.rst
- Source changes is https://github.com/attakei/sphinx-revealjs/compare/v3.0.1...v3.0.2
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.2
=========

:Release date: 2024-05-06 (JST)
:Reveal.js version: 5.1.0

Fixes
-----

* Enable to use ``metatags`` variable in ``revealjs-simple`` theme.

Others
------

* Add message for deprecated: Sphinx<5.0 and Python<3.8.
* Use oEmbedPy in demo (instead of sphinxcontrib-oembed).

ver 3.0.1
=========

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.1
:Based version: 3.0.2
:Demo updated: 2022-11-13

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.1"
__version__ = "3.0.2"

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

0 comments on commit 6ab8241

Please sign in to comment.