Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Nov 20, 2021
1 parent a6c3ee9 commit cd285c4
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 5 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 1.4.3
=========

:Date: 2021-11-20
:Reveal.js: v4.2.0

(None updates for features)

Extra
-----

* Update classifiers of PyPI

* Fix key of license
* Add other keys

ver 1.4.2
=========

Expand Down
16 changes: 13 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
[tool.poetry]
name = "sphinx-revealjs"
version = "1.4.2"
version = "1.4.3"
description = "Sphinx extension with theme to generate Reveal.js presentation"
authors = ["Kazuya Takei <[email protected]>"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Environment :: Web Environment",
"Framework :: Sphinx",
"Framework :: Sphinx :: Extension",
"Framework :: Sphinx :: Theme",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Documentation :: Sphinx",
"Topic :: Multimedia :: Graphics :: Presentation"
"Topic :: Internet :: WWW/HTTP :: Site Management",
"Topic :: Multimedia :: Graphics :: Presentation",
"Topic :: Software Development",
"Topic :: Software Development :: Documentation",
"Topic :: Text Processing :: Markup :: HTML",
]
homepage = "https://github.com/attakei/sphinx-revealjs"
repository = "https://github.com/attakei/sphinx-revealjs"
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.2
current_version = 1.4.3
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.4.2"
__version__ = "1.4.3"


from sphinx.application import Sphinx
Expand Down

0 comments on commit cd285c4

Please sign in to comment.