From 9efe81daa3e88e25244affd3700e2d2a8b527635 Mon Sep 17 00:00:00 2001 From: Benjamin Hackl Date: Thu, 8 Dec 2022 16:28:47 +0100 Subject: [PATCH] Prepared new release: ``v0.17.1`` (#3065) * generated changelog etc * bump version number * regenerated changelog, second (and final?) pass --- CITATION.cff | 4 +- docs/source/changelog.rst | 1 + docs/source/changelog/0.17.1-changelog.rst | 58 ++++++++++++++++++++++ pyproject.toml | 2 +- 4 files changed, 62 insertions(+), 3 deletions(-) create mode 100644 docs/source/changelog/0.17.1-changelog.rst diff --git a/CITATION.cff b/CITATION.cff index 6b46dca60a..2955290b6a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,10 +4,10 @@ authors: - name: "The Manim Community Developers" cff-version: "1.2.0" -date-released: 2022-12-02 +date-released: 2022-12-08 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.17.0" +version: "v0.17.1" ... diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 9f589e457a..97f58135b2 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -5,6 +5,7 @@ Changelog .. toctree:: + changelog/0.17.1-changelog changelog/0.17.0-changelog changelog/0.16.0-changelog changelog/0.15.2-changelog diff --git a/docs/source/changelog/0.17.1-changelog.rst b/docs/source/changelog/0.17.1-changelog.rst new file mode 100644 index 0000000000..44bf109f80 --- /dev/null +++ b/docs/source/changelog/0.17.1-changelog.rst @@ -0,0 +1,58 @@ +******* +v0.17.1 +******* + +:Date: December 08, 2022 + +Contributors +============ + +A total of 5 people contributed to this +release. People with a '+' by their names authored a patch for the first +time. + +* Alex Lembcke +* Benjamin Hackl +* Naveen M K +* Onur Solmaz + + +The patches included in this release have been reviewed by +the following contributors. + +* Benjamin Hackl +* Naveen M K +* Sparsh Goenka + +Pull requests merged +==================== + +A total of 6 pull requests were merged for this release. + +Fixed bugs +---------- + +* :pr:`3061`: Always expand file paths using ``/`` when calling LaTeX + + +* :pr:`3062`: Added Unicode encoding in :meth:`.Scene.add_subcaption` + + +Documentation-related changes +----------------------------- + +* :pr:`2953`: Added documentation for lagged animations in :mod:`.animation.composition` + +Code quality improvements and similar refactors +----------------------------------------------- + +* :pr:`3064`: Increased minimal required version of ``svgelements`` + + +* :pr:`3066`: Increased minimal version of ``pytest`` + + +New releases +------------ + +* :pr:`3065`: Prepared new release: ``v0.17.1`` diff --git a/pyproject.toml b/pyproject.toml index 05def4b663..c327c8f061 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "manim" -version = "0.17.0" +version = "0.17.1" description = "Animation engine for explanatory math videos." authors = ["The Manim Community Developers ", "3b1b "] license="MIT"