Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Apr 4, 2021
1 parent 51f1b62 commit 2f545f3
Show file tree
Hide file tree
Showing 4 changed files with 22 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 @@
Change logs
===========

ver 1.1.0
=========

:date: 2021-04-04
:base: Reveal.js 4.1.0

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

* Add option to add ``id`` attribute per sections (#59, #61)

* Supporting label syntax of Sphinx.

Extra
-----

* Fix dependencies for development environment
* Add ``package.json`` to notify updates reveal.js by dependabot

ver 1.0.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.0.1"
version = "1.1.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.0.1
current_version = 1.1.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.0.1"
__version__ = "1.1.0"


from sphinx.application import Sphinx
Expand Down

0 comments on commit 2f545f3

Please sign in to comment.