Skip to content

Commit

Permalink
Bump version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Jul 11, 2021
1 parent 906436c commit 6213d12
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Change logs
===========

ver 1.3.0
=========

:date: 2021-07-11
:base: Reveal.js 4.1.3

New features
------------

* Support some attributes of sections
* Add directive ``revealjs-code-block`` to line highlighting for reveal.js
* Add kebab-case directives for currently snake-case directives

* `revealjs-slide` <= `revealjs_slie`
* `revealjs-section` <= `revealjs_section`
* `revealjs-break` <= `revealjs_break`
* `revealjs-fragments` <= `revealjs_fragments`

ver 1.2.1
=========

Expand Down
4 changes: 2 additions & 2 deletions demo/revealjs4/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ sphinx-revealjs

*

:Based version: 1.0.0
:Released: 2020-12-27
:Based version: 1.3.0
:Released: 2021-07-11

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.2.1"
version = "1.3.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.2.1
current_version = 1.3.0
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.2.1"
__version__ = "1.3.0"


from sphinx.application import Sphinx
Expand Down

0 comments on commit 6213d12

Please sign in to comment.