Skip to content

Commit ca5a018

Browse files
committed
v1.0.4
1 parent 666108d commit ca5a018

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
### v1.0.4
4+
5+
- add cPython 3.9 interpreter testing
6+
- add CodeQL testing
7+
- update fonttools dependency to v4.16.1
8+
- update gitpython dependency to v3.1.10
9+
310
### v1.0.3
411

512
- update fonttools dependency to v4.14.0

lib/fontv/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# ------------------------------------------------------------------------------
1212
major_version = "1"
1313
minor_version = "0"
14-
patch_version = "3"
14+
patch_version = "4"
1515

1616
# ------------------------------------------------------------------------------
1717
# Help String

0 commit comments

Comments
 (0)