-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
1 parent
7d9b626
commit ef6f219
Showing
4 changed files
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <https://github.com/ManimCommunity/manim/pull/2363>`__: Fixed broken IPython magic command | ||
|
||
|
||
New releases | ||
------------ | ||
|
||
* `#2364 <https://github.com/ManimCommunity/manim/pull/2364>`__: Prepared bugfix release ``v0.13.1`` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", "3b1b <[email protected]>"] | ||
license="MIT" | ||
|