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 666108d commit ca5a018Copy full SHA for ca5a018
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## Changelog
2
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
10
### v1.0.3
11
12
- update fonttools dependency to v4.14.0
lib/fontv/settings.py
@@ -11,7 +11,7 @@
# ------------------------------------------------------------------------------
major_version = "1"
13
minor_version = "0"
14
-patch_version = "3"
+patch_version = "4"
15
16
17
# Help String
0 commit comments