Skip to content

Commit

Permalink
chore(deps): bump version from 5.1.10 to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Dec 24, 2024
1 parent a207248 commit 2169938
Showing 4 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -8,9 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- start changelog -->

(unreleased)=
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.1.10...HEAD)
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.2.0...HEAD)

(unreleased-changed)=
(v5.2.0)=
## [v5.2.0](https://github.com/jeertmans/manim-slides/compare/v5.1.10...v5.2.0)

(v5.2.0-changed)=
### Changed

- The info window is now only shown in presentations when there
@@ -21,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[@PeculiarProgrammer](https://github.com/PeculiarProgrammer)
[#482](https://github.com/jeertmans/manim-slides/pull/482)

(unreleased-chore)=
(v5.2.0-chore)=
### Chore

- Bump ManimGL to `>=1.7.1`, to remove conflicting dependencies
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ keywords:
- PowerPoint
- Python
license: MIT
version: v5.1.10
version: v5.2.0
preferred-citation:
publisher:
name: The Open Journal
2 changes: 1 addition & 1 deletion manim_slides/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.1.10"
__version__ = "5.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
allow_dirty = false
commit = true
commit_args = ""
current_version = "5.1.10"
current_version = "5.2.0"
ignore_missing_version = false
message = "chore(deps): bump version from {current_version} to {new_version}"
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?'

0 comments on commit 2169938

Please sign in to comment.