Skip to content

Commit 9efe81d

Browse files
authored
Prepared new release: v0.17.1 (#3065)
* generated changelog etc * bump version number * regenerated changelog, second (and final?) pass
1 parent f4aa88c commit 9efe81d

File tree

4 files changed

+62
-3
lines changed

4 files changed

+62
-3
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ authors:
44
-
55
name: "The Manim Community Developers"
66
cff-version: "1.2.0"
7-
date-released: 2022-12-02
7+
date-released: 2022-12-08
88
license: MIT
99
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."
1010
title: Manim – Mathematical Animation Framework
1111
url: "https://www.manim.community/"
12-
version: "v0.17.0"
12+
version: "v0.17.1"
1313
...

docs/source/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Changelog
55

66
.. toctree::
77

8+
changelog/0.17.1-changelog
89
changelog/0.17.0-changelog
910
changelog/0.16.0-changelog
1011
changelog/0.15.2-changelog
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
*******
2+
v0.17.1
3+
*******
4+
5+
:Date: December 08, 2022
6+
7+
Contributors
8+
============
9+
10+
A total of 5 people contributed to this
11+
release. People with a '+' by their names authored a patch for the first
12+
time.
13+
14+
* Alex Lembcke
15+
* Benjamin Hackl
16+
* Naveen M K
17+
* Onur Solmaz
18+
19+
20+
The patches included in this release have been reviewed by
21+
the following contributors.
22+
23+
* Benjamin Hackl
24+
* Naveen M K
25+
* Sparsh Goenka
26+
27+
Pull requests merged
28+
====================
29+
30+
A total of 6 pull requests were merged for this release.
31+
32+
Fixed bugs
33+
----------
34+
35+
* :pr:`3061`: Always expand file paths using ``/`` when calling LaTeX
36+
37+
38+
* :pr:`3062`: Added Unicode encoding in :meth:`.Scene.add_subcaption`
39+
40+
41+
Documentation-related changes
42+
-----------------------------
43+
44+
* :pr:`2953`: Added documentation for lagged animations in :mod:`.animation.composition`
45+
46+
Code quality improvements and similar refactors
47+
-----------------------------------------------
48+
49+
* :pr:`3064`: Increased minimal required version of ``svgelements``
50+
51+
52+
* :pr:`3066`: Increased minimal version of ``pytest``
53+
54+
55+
New releases
56+
------------
57+
58+
* :pr:`3065`: Prepared new release: ``v0.17.1``

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "manim"
3-
version = "0.17.0"
3+
version = "0.17.1"
44
description = "Animation engine for explanatory math videos."
55
authors = ["The Manim Community Developers <[email protected]>", "3b1b <[email protected]>"]
66
license="MIT"

0 commit comments

Comments
 (0)