File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818project = "sphinxcontrib-video"
1919author = "Raphael Massabot"
2020copyright = f"2018-{ datetime .now ().year } , { author } "
21- release = "0.4.0 "
21+ release = "0.4.1 "
2222
2323# -- General configuration -----------------------------------------------------
2424
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " sphinxcontrib-video"
7- version = " 0.4.0 "
7+ version = " 0.4.1 "
88description = " Allows embedding of HTML5 videos in sphinx"
99requires-python = " >=3.6.9"
1010dependencies = [" sphinx" ]
@@ -95,7 +95,7 @@ warn_redundant_casts = true
9595changelog_incremental = false
9696tag_format = " v$major.$minor.$patch$prerelease"
9797update_changelog_on_bump = false
98- version = " 0.4.0 "
98+ version = " 0.4.1 "
9999version_files = [
100100 " pyproject.toml:version" ,
101101 " docs/conf.py:release" ,
You can’t perform that action at this time.
0 commit comments