Skip to content

Commit 601ed26

Browse files
committed
Release v1.0.0a2
1 parent 9eadd4a commit 601ed26

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

NEWS.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Manimpango 1.0.0a2 (2023-04-30)
2+
===============================
3+
4+
Bugfixes
5+
--------
6+
7+
- Include ``*.pxi`` files in tarball. Without these the package cannot be
8+
installed from source.
9+
- Raise on invalid ``string`` passed to :class:`FontDescriptor` constructor.
10+
Previously, it silently crashed.
11+
12+
113
Manimpango 1.0.0a1 (2023-04-29)
214
===============================
315

manimpango/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "1.0.0a1"
2+
__version__ = "1.0.0a2"

news/+invalid-font.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/+tarball.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)