From ef6f219d2f4997573f6c612f4cf4f6251e1b9301 Mon Sep 17 00:00:00 2001 From: Benjamin Hackl Date: Sun, 5 Dec 2021 00:20:45 +0100 Subject: [PATCH] Prepared bugfix release ``v0.13.1`` (#2364) * bump version number, generate changelog * include bugfix release PR in changelog * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- CITATION.cff | 4 +-- docs/source/changelog.rst | 1 + docs/source/changelog/0.13.1-changelog.rst | 36 ++++++++++++++++++++++ pyproject.toml | 2 +- 4 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 docs/source/changelog/0.13.1-changelog.rst diff --git a/CITATION.cff b/CITATION.cff index cf9d595fb6..2371839583 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,10 +4,10 @@ authors: - name: "The Manim Community Developers" cff-version: "1.1.0" -date-released: 2021-12-04 +date-released: 2021-12-05 license: MIT message: "We acknowledge the importance of good software to support research, and we note that research becomes more valuable when it is communicated effectively. To demonstrate the value of Manim, we ask that you cite Manim in your work." title: Manim – Mathematical Animation Framework url: "https://www.manim.community/" -version: "v0.13.0" +version: "v0.13.1" ... diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index ab5e72de20..478d928fd1 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -5,6 +5,7 @@ Changelog .. toctree:: + changelog/0.13.1-changelog changelog/0.13.0-changelog changelog/0.12.0-changelog changelog/0.11.0-changelog diff --git a/docs/source/changelog/0.13.1-changelog.rst b/docs/source/changelog/0.13.1-changelog.rst new file mode 100644 index 0000000000..fafc617268 --- /dev/null +++ b/docs/source/changelog/0.13.1-changelog.rst @@ -0,0 +1,36 @@ +******* +v0.13.1 +******* + +:Date: December 05, 2021 + +Contributors +============ + +A total of 2 people contributed to this +release. People with a '+' by their names authored a patch for the first +time. + +* Benjamin Hackl + + +The patches included in this release have been reviewed by +the following contributors. + +* Laith Bahodi + +Pull requests merged +==================== + +A total of 2 pull requests were merged for this release. + +Fixed bugs +---------- + +* `#2363 `__: Fixed broken IPython magic command + + +New releases +------------ + +* `#2364 `__: Prepared bugfix release ``v0.13.1`` diff --git a/pyproject.toml b/pyproject.toml index 36678260cb..27f68f9c9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "manim" -version = "0.13.0" +version = "0.13.1" description = "Animation engine for explanatory math videos." authors = ["The Manim Community Developers ", "3b1b "] license="MIT"