Skip to content

Commit

Permalink
release: Bump version 2.0.1 -> 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Aug 27, 2022
1 parent 1e716db commit d1c183f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
Changelog
=========

ver 2.1.0
=========

:date: 2022-08-28
:base: Reveal.js 4.3.1

Added Features
--------------

* Package includes SCSS sources of revealjs bundled-themes

Extra
-----

* Use pre-commit

ver 2.0.1
=========

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

:Based version: 2.0.1
:Based version: 2.1.0
:Demo updated: 2022-06-03

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 = "2.0.1"
version = "2.1.0"
description = "Sphinx extension with theme to generate Reveal.js presentation"
license = "Apache-2.0"
authors = ["Kazuya Takei <[email protected]>"]
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 = 2.0.1
current_version = 2.1.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__ = "2.0.1"
__version__ = "2.1.0"

import sys

Expand Down

0 comments on commit d1c183f

Please sign in to comment.