Skip to content

Commit ef6f219

Browse files
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>
1 parent 7d9b626 commit ef6f219

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-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.1.0"
7-
date-released: 2021-12-04
7+
date-released: 2021-12-05
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.13.0"
12+
version: "v0.13.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.13.1-changelog
89
changelog/0.13.0-changelog
910
changelog/0.12.0-changelog
1011
changelog/0.11.0-changelog
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
*******
2+
v0.13.1
3+
*******
4+
5+
:Date: December 05, 2021
6+
7+
Contributors
8+
============
9+
10+
A total of 2 people contributed to this
11+
release. People with a '+' by their names authored a patch for the first
12+
time.
13+
14+
* Benjamin Hackl
15+
16+
17+
The patches included in this release have been reviewed by
18+
the following contributors.
19+
20+
* Laith Bahodi
21+
22+
Pull requests merged
23+
====================
24+
25+
A total of 2 pull requests were merged for this release.
26+
27+
Fixed bugs
28+
----------
29+
30+
* `#2363 <https://github.com/ManimCommunity/manim/pull/2363>`__: Fixed broken IPython magic command
31+
32+
33+
New releases
34+
------------
35+
36+
* `#2364 <https://github.com/ManimCommunity/manim/pull/2364>`__: Prepared bugfix release ``v0.13.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.13.0"
3+
version = "0.13.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)