Skip to content

Commit

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

ver 1.2.1
=========

:date: 2021-06-13
:base: Reveal.js 4.1.3 (updated)

(Only update reveal.js)

ver 1.2.0
=========

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.0"
version = "1.2.1"
description = "Sphinx extension with theme to generate Reveal.js presentation"
authors = ["Kazuya Takei <[email protected]>"]
classifiers = [
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.2.1
commit = False
tag = False

Expand Down Expand Up @@ -33,4 +33,3 @@ include_trailing_comma = true

[nosetests]
match = (?:\b|_)[Tt]est(ing|_(.+))$

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.0"
__version__ = "1.2.1"


from sphinx.application import Sphinx
Expand Down

0 comments on commit dc1f7db

Please sign in to comment.