Skip to content

Commit

Permalink
bump: version 0.2.1rc0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Jun 6, 2024
1 parent 098b467 commit 828fdaf
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.2.1rc0"
release = "0.2.1"

# -- 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.2.1rc0"
version = "0.2.1"
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.2.1rc0"
version = "0.2.1"
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 @@ -14,7 +14,7 @@
from sphinx.writers.html import HTMLTranslator

__author__ = "Raphael Massabot"
__version__ = "0.2.1rc0"
__version__ = "0.2.1"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 828fdaf

Please sign in to comment.