diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e19ffbc2..b398a6fe 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] current_version = 5.1.2 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-rc(?P\d+))? -serialize = +serialize = {major}.{minor}.{patch}-rc{release} {major}.{minor}.{patch} commit = True diff --git a/README.md b/README.md index 22c5b365..900fdd61 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Manim Slides will *automatically* detect the one you are using! Manim Slides requires either Manim or ManimGL to be installed, along with their dependencies. Please checkout the -[documentation](https://eertmans.be/manim-slides/installation.html) +[documentation](https://eertmans.be/manim-slides/latest/installation.html) for detailed install instructions. ## Usage