Skip to content

Commit 10863a3

Browse files
committed
v3.1.3
1 parent e05b65e commit 10863a3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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+
39
### v3.1.2
410

511
- adjust line length to < 90

lib/fontline/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# ------------------------------------------------------------------------------
1111
major_version = "3"
1212
minor_version = "1"
13-
patch_version = "2"
13+
patch_version = "3"
1414

1515
# ------------------------------------------------------------------------------
1616
# Help String

0 commit comments

Comments
 (0)