Skip to content

Commit

Permalink
release: Bump version 2.7.1 -> 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Oct 29, 2023
1 parent 0dc3572 commit 396125f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
Changelog
=========

ver 2.8.0
=========

:date: 2023-10-29 JST
:base: Reveal.js 4.6.1

Features
--------

* Add custom event "revealjs:ready-for-writing" (internal)
* Add optional extension ``sphinx_revealjs.ext.footnotes``.
See `doc <https://sphinx-revealjs.readthedocs.io/en/stable/optional-extensions/footnotes/>`_ for detail.

Miscellaneous
-------------

* Checked works on Python 3.12
* Use MyPy for type check

ver 2.7.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: 2.7.1
:Based version: 2.8.0
:Demo updated: 2022-11-13

Overview
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.7.1
current_version = 2.8.0
commit = True
tag = False
message = release: Bump version {current_version} -> {new_version}
Expand All @@ -22,6 +22,7 @@ extension = .rst
ignore-path =
*.egg-info,.tox,.venv,var,
doc/_build,demo/_build
ignore-path-errors = CHANGES.rst;D000
max-line-length = 119

[flake8]
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__ = "2.7.1"
__version__ = "2.8.0"

import sys

Expand Down

0 comments on commit 396125f

Please sign in to comment.