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 e05b65e commit 10863a3Copy full SHA for 10863a3
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Changelog
2
3
+### v3.1.3
4
+
5
+- add cPython 3.9 unit testing
6
+- add CodeQL static source code testing
7
+- update fonttools dependency to v4.16.1
8
9
### v3.1.2
10
11
- adjust line length to < 90
lib/fontline/settings.py
@@ -10,7 +10,7 @@
# ------------------------------------------------------------------------------
major_version = "3"
12
minor_version = "1"
13
-patch_version = "2"
+patch_version = "3"
14
15
16
# Help String
0 commit comments