From 16bfbec737088de5809db133d3209a4f126d0337 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 11 May 2021 23:39:23 -0400 Subject: [PATCH] bump v2.1.5 with changelog updates --- CHANGELOG.md | 5 +++++ lib/fdiff/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ab9d39..198e537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v2.1.5 + +- Bump fonttools dependency to v4.22.1 +- Fix broken unit tests that resulted from backwards incompatible ttx XML output format changes as of fonttools v4.22.0 (https://github.com/fonttools/fonttools/pull/2238) + ## v2.1.4 - Bump aiohttp dependency to v3.7.4 diff --git a/lib/fdiff/__init__.py b/lib/fdiff/__init__.py index 487526d..d3df4e0 100644 --- a/lib/fdiff/__init__.py +++ b/lib/fdiff/__init__.py @@ -1,3 +1,3 @@ #!/usr/bin/env python3 -version = __version__ = "2.1.5-dev0" +version = __version__ = "2.1.5"