Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Nov 20, 2021
1 parent 96e332f commit fb2301d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Change logs
===========

ver 1.4.2
=========

:Date: 2021-11-20
:Reveal.js: v4.2.0

(None updates for features)

Extra
-----

* Update test matrix of GitHub Actions to confirm that this supports python 3.10
* Update classifiers of PyPI because test cases passed under Python 3.10 and Sphinx 4.x

ver 1.4.1
=========

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sphinx-revealjs"
version = "1.4.1"
version = "1.4.2"
description = "Sphinx extension with theme to generate Reveal.js presentation"
authors = ["Kazuya Takei <[email protected]>"]
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.1
current_version = 1.4.2
commit = False
tag = False

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__ = "1.4.1"
__version__ = "1.4.2"


from sphinx.application import Sphinx
Expand Down

0 comments on commit fb2301d

Please sign in to comment.