Skip to content

Commit

Permalink
bump: version 0.3.1 → 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Jan 3, 2025
1 parent 047758e commit ec8d6e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3.1"
release = "0.3.2"

# -- 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.3.1"
version = "0.3.2"
description = "Allows embedding of HTML5 videos in sphinx"
requires-python = ">=3.6.9"
dependencies = ["sphinx"]
Expand Down Expand Up @@ -94,7 +94,7 @@ warn_redundant_casts = true
changelog_incremental = false
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = false
version = "0.3.1"
version = "0.3.2"
version_files = [
"pyproject.toml:version",
"docs/conf.py:release",
Expand Down

0 comments on commit ec8d6e9

Please sign in to comment.