From 464e4cb43ed12b66be137b5dcda39030477949a0 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 16 Nov 2020 09:17:50 -0500 Subject: [PATCH] v1.0.3 --- CHANGELOG.md | 5 +++++ lib/ufolint/settings.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb8d606..b173053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +### v1.0.3 + +- dependency update patch +- bump fonttools to v4.17.0 + ### v1.0.2 - add cPython 3.9 testing diff --git a/lib/ufolint/settings.py b/lib/ufolint/settings.py index b091d6c..8cb19c6 100644 --- a/lib/ufolint/settings.py +++ b/lib/ufolint/settings.py @@ -6,7 +6,7 @@ # ------------------------------------------------------------------------------ major_version = "1" minor_version = "0" -patch_version = "2" +patch_version = "3" # ------------------------------------------------------------------------------ # Help String