Skip to content

Commit

Permalink
Bump version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Jan 3, 2021
1 parent 7509f14 commit 8efd618
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
9 changes: 6 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
Change logs
===========

new 1.0(not yet)
================
ver 1.0.0
=========

:date: 2021-01-03
:base: Reveal.js 4.1.0

Breaking changes
----------------
Expand All @@ -17,7 +20,7 @@ please see `migration example <./docs/migrations>`_.
New features
------------

* Using Revealjs 4.x (use 4.0.2)
* Using Revealjs 4.x (use 4.1.0)

* With supporting multiple presentation management in single documentation

Expand Down
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ Change logs

See `it <./CHANGES.rst>`_

Policy for following to Reveal.js version
-----------------------------------------

This is implemented based Reveal.js.
I plan to update it at patch-version for catch up when new Reveal.js version released.

* If Reveal.js updated minor or patch version, sphinx-revealjs update patch version.
* If Reveal.js updated major version, sphinx-revealjs update minor version with compatible for two versions.

Futures
-------

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.0.b3"
version = "1.0.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.0.b3
current_version = 1.0.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.0.b3"
__version__ = "1.0.0"


from sphinx.application import Sphinx
Expand Down

0 comments on commit 8efd618

Please sign in to comment.