release: ready to release v1.4.1

This commit is contained in:
TonyCrane 2022-02-04 11:03:37 +08:00
parent d2e0811285
commit 3883f57bf8
No known key found for this signature in database
GPG key ID: 2313A5058A9C637C
2 changed files with 9 additions and 1 deletions

View file

@ -1,6 +1,14 @@
Changelog
=========
v1.4.1
------
Fixed bugs
^^^^^^^^^^
- `#1724 <https://github.com/3b1b/manim/pull/1724>`__: Temporarily fixed boolean operations' bug
- `d2e0811 <https://github.com/3b1b/manim/commit/d2e0811285f7908e71a65e664fec88b1af1c6144>`__: Import ``Iterable`` from ``collections.abc`` instead of ``collections`` which is deprecated since python 3.9
v1.4.0
------

View file

@ -1,6 +1,6 @@
[metadata]
name = manimgl
version = 1.4.0
version = 1.4.1
author = Grant Sanderson
author_email= grant@3blue1brown.com
description = Animation engine for explanatory math videos