chore(deps): bump version from 5.1.6 to 5.1.7

This commit is contained in:
Jérome Eertmans
2024-05-03 13:48:01 +02:00
parent 9f2e4757ec
commit 962ff2bffe
4 changed files with 8 additions and 5 deletions

View File

@ -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.6...HEAD)
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/5.1.7...HEAD)
(unreleased-chore)=
(v5.1.7)=
## [v5.1.7](https://github.com/jeertmans/manim-slides/compare/v5.1.6...v5.1.7)
(v5.1.7-chore)=
### Chore
- Improved the CI for bumping the version and README rendering on PyPI.

View File

@ -26,7 +26,7 @@ keywords:
- PowerPoint
- Python
license: MIT
version: v5.1.6
version: v5.1.7
preferred-citation:
publisher:
name: The Open Journal

View File

@ -1 +1 @@
__version__ = "5.1.6"
__version__ = "5.1.7"

View File

@ -70,7 +70,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
allow_dirty = false
commit = true
commit_args = ""
current_version = "5.1.6"
current_version = "5.1.7"
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+))?'