We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da42ac4 commit 61d3315Copy full SHA for 61d3315
CHANGELOG
@@ -1,3 +1,14 @@
1
+# 2025-06-02 1.0.3
2
+
3
+ The significant change in this release is to introduce type hinting (#147).
4
5
+ * #133 Fix typos in README.md by @gl-yziquel
6
+ * #135 __init__.py: Fix a tiny typo in a comment by @gregorni
7
+ * #136 Update README.md by @aminsoheyli
8
+ * #137 Tests : Use slant instead of doh to use only fonts-contrib by @LyesSaadi
9
+ * #140 Added: Double-Blocky Font by @CatPieLeaf
10
+ * #147 Big type hinting and modernization upgrade by @edward-jazzhands
11
12
# 2023-09-13 1.0.2
13
14
This release fixes a leaked file descriptor.
pyfiglet/version.py
@@ -1 +1 @@
-__version__ = '1.0.2'
+__version__ = '1.0.3'
0 commit comments