Skip to content

Commit 3233b8f

Browse files
committed
v0.5.4
1 parent 8945efd commit 3233b8f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.5.4
4+
5+
- minor dependency update patch
6+
- update fonttools dependency to v4.17.1
7+
38
## v0.5.3
49

510
- support cPython 3.9 interpreter

lib/pathins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env python3
22

3-
version = __version__ = "0.5.4-dev0"
3+
version = __version__ = "0.5.4"

0 commit comments

Comments
 (0)