From 57ab592d36a2b90d07fd24611dde58a18685dc31 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= <jeertmans@icloud.com>
Date: Fri, 10 Jan 2025 11:57:16 +0100
Subject: [PATCH] chore(deps): bump version from 5.2.0 to 5.3.0

---
 CHANGELOG.md                | 9 ++++++---
 CITATION.cff                | 2 +-
 manim_slides/__version__.py | 2 +-
 pyproject.toml              | 2 +-
 4 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8bba3515..456e2a81 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,16 +8,19 @@ 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.2.0...HEAD)
+## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.3.0...HEAD)
 
-(unreleased-added)=
+(v5.3.0)=
+## [v5.3.0](https://github.com/jeertmans/manim-slides/compare/v5.2.0...v5.3.0)
+
+(v5.3.0-added)=
 ### Added
 
 - Added CSS and JS inline for `manim-slides convert` if `--offline`
   and `--one-file` (`-cone_file`) are used for HTML output.
   [@Rapsssito](https://github.com/Rapsssito) [#505](https://github.com/jeertmans/manim-slides/pull/505)
 
-(unreleased-changed)=
+(v5.3.0-changed)=
 ### Changed
 
 - Deprecate `-cdata_uri` in favor of `-cone_file` for `manim-slides convert`.
diff --git a/CITATION.cff b/CITATION.cff
index 8eb3ea22..89349e47 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -26,7 +26,7 @@ keywords:
   - PowerPoint
   - Python
 license: MIT
-version: v5.2.0
+version: v5.3.0
 preferred-citation:
   publisher:
     name: The Open Journal
diff --git a/manim_slides/__version__.py b/manim_slides/__version__.py
index 6c235c59..f5752882 100644
--- a/manim_slides/__version__.py
+++ b/manim_slides/__version__.py
@@ -1 +1 @@
-__version__ = "5.2.0"
+__version__ = "5.3.0"
diff --git a/pyproject.toml b/pyproject.toml
index c12bd102..e180e7a6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -90,7 +90,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
 allow_dirty = false
 commit = true
 commit_args = ""
-current_version = "5.2.0"
+current_version = "5.3.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+))?'