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 6e1c0f1 commit a47eefdCopy full SHA for a47eefd
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v2.1.4
4
+
5
+- Bump aiohttp dependency to v3.7.4
6
+- Bump cffi dependency to v1.14.5
7
+- Bump fonttools dependency to v4.21.1
8
+- Bump idna dependency to v3.1
9
+- Bump multidict dependency to v5.1.0
10
11
## v2.1.3
12
13
- Broaden dependency support for Python wheels on the Windows platform
lib/fdiff/__init__.py
@@ -1,3 +1,3 @@
#!/usr/bin/env python3
-version = __version__ = "2.1.4-dev0"
+version = __version__ = "2.1.4"
0 commit comments