Skip to content

Commit

Permalink
Prepared bugfix release v0.13.1 (#2364)
Browse files Browse the repository at this point in the history
* 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
behackl and pre-commit-ci[bot] authored Dec 4, 2021
1 parent 7d9b626 commit ef6f219
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
...
1 change: 1 addition & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
36 changes: 36 additions & 0 deletions docs/source/changelog/0.13.1-changelog.rst
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``
2 changes: 1 addition & 1 deletion pyproject.toml
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"
Expand Down

0 comments on commit ef6f219

Please sign in to comment.