Skip to content

Commit

Permalink
v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Oct 25, 2020
1 parent e05b65e commit 10863a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changelog

### v3.1.3

- add cPython 3.9 unit testing
- add CodeQL static source code testing
- update fonttools dependency to v4.16.1

### v3.1.2

- adjust line length to < 90
Expand Down
2 changes: 1 addition & 1 deletion lib/fontline/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ------------------------------------------------------------------------------
major_version = "3"
minor_version = "1"
patch_version = "2"
patch_version = "3"

# ------------------------------------------------------------------------------
# Help String
Expand Down

0 comments on commit 10863a3

Please sign in to comment.