Skip to content

Commit 57ab592

Browse files
committed
chore(deps): bump version from 5.2.0 to 5.3.0
1 parent 840d1d8 commit 57ab592

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
<!-- start changelog -->
99

1010
(unreleased)=
11-
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.2.0...HEAD)
11+
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.3.0...HEAD)
1212

13-
(unreleased-added)=
13+
(v5.3.0)=
14+
## [v5.3.0](https://github.com/jeertmans/manim-slides/compare/v5.2.0...v5.3.0)
15+
16+
(v5.3.0-added)=
1417
### Added
1518

1619
- Added CSS and JS inline for `manim-slides convert` if `--offline`
1720
and `--one-file` (`-cone_file`) are used for HTML output.
1821
[@Rapsssito](https://github.com/Rapsssito) [#505](https://github.com/jeertmans/manim-slides/pull/505)
1922

20-
(unreleased-changed)=
23+
(v5.3.0-changed)=
2124
### Changed
2225

2326
- Deprecate `-cdata_uri` in favor of `-cone_file` for `manim-slides convert`.

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ keywords:
2626
- PowerPoint
2727
- Python
2828
license: MIT
29-
version: v5.2.0
29+
version: v5.3.0
3030
preferred-citation:
3131
publisher:
3232
name: The Open Journal

manim_slides/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.2.0"
1+
__version__ = "5.3.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
9090
allow_dirty = false
9191
commit = true
9292
commit_args = ""
93-
current_version = "5.2.0"
93+
current_version = "5.3.0"
9494
ignore_missing_version = false
9595
message = "chore(deps): bump version from {current_version} to {new_version}"
9696
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?'

0 commit comments

Comments
 (0)