Skip to content

Commit

Permalink
release: Bump version 1.4.6 -> 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Apr 10, 2022
1 parent 0b174d4 commit ea6880c
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
Changelog
=========

ver 1.5.0
=========

:date: 2022-04-11
:base: Reveal.js 4.3.1

Features
--------

* Add ``dirrevealjs`` builder to generate all pages as ``index.html``

Deprecated
----------

Mark as deprecated(logging.info) to drop at version 2.x

* Snake-cased directive ( ``revealjs_slide``, ``revealjs_section`` and ``revealjs_break`` )
* CSS Font configurations ( ``revealjs_google_fonts`` and ``revealjs_generic_font`` )
* Passing values from ``html_js_files`` to ``revealjs_js_files``
* Full-support for Python 3.6.x

ver 1.4.6
=========

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

*

:Based version: 1.4.6
:Based version: 1.5.0
:Demo updated: 2022-01-09

Overview
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.6"
version = "1.5.0"
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.6
current_version = 1.5.0
commit = True
tag = False
message = release: Bump version {current_version} -> {new_version}
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.6"
__version__ = "1.5.0"

import sys

Expand Down

0 comments on commit ea6880c

Please sign in to comment.