Skip to content

Commit

Permalink
bump: version 0.1.1 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed May 30, 2023
1 parent 1ee4d30 commit 0c5d54c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
project = "sphinxcontrib-video"
author = "Raphael Massabot"
copyright = f"2018-{datetime.now().year}, {author}"
release = "0.1.1"
release = "0.2.0"

# -- General configuration -----------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "sphinxcontrib-video"
version = "0.1.1"
version = "0.2.0"
description = "Allows embedding of HTML5 videos in sphinx"
requires-python = ">=3.6.9"
dependencies = ["sphinx"]
Expand Down Expand Up @@ -78,7 +78,7 @@ warn_redundant_casts = true
changelog_incremental = false
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = false
version = "0.1.1"
version = "0.2.0"
version_files = [
"pyproject.toml:version",
"docs/conf.py:release",
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from sphinx.util.docutils import SphinxDirective, SphinxTranslator

__author__ = "Raphael Massabot"
__version__ = "0.1.1"
__version__ = "0.2.0"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 0c5d54c

Please sign in to comment.