Skip to content

Commit 3883f57

Browse files
committed
release: ready to release v1.4.1
1 parent d2e0811 commit 3883f57

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/source/development/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
v1.4.1
5+
------
6+
7+
Fixed bugs
8+
^^^^^^^^^^
9+
- `#1724 <https://github.com/3b1b/manim/pull/1724>`__: Temporarily fixed boolean operations' bug
10+
- `d2e0811 <https://github.com/3b1b/manim/commit/d2e0811285f7908e71a65e664fec88b1af1c6144>`__: Import ``Iterable`` from ``collections.abc`` instead of ``collections`` which is deprecated since python 3.9
11+
412
v1.4.0
513
------
614

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = manimgl
3-
version = 1.4.0
3+
version = 1.4.1
44
author = Grant Sanderson
55
author_email= [email protected]
66
description = Animation engine for explanatory math videos

0 commit comments

Comments
 (0)