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 58172d0 commit 97003fcCopy full SHA for 97003fc
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v2.1.3
4
+
5
+- Broaden dependency support for Python wheels on the Windows platform
6
+- Bump aiofiles dependency to v0.6.0
7
+- Bump aiohttp dependency to v3.7.2
8
+- Bump attrs dependency to v20.3.0
9
+- Bump fonttools dependency to v4.17.0
10
+- Bump multidict dependency to v5.0.2
11
+- Bump yarl dependency to v1.6.3
12
13
## v2.1.2
14
15
- fix: apply aiohttp patch version 3.7.1 to address dependency versioning conflict with multidict dependency
lib/fdiff/__init__.py
@@ -1,3 +1,3 @@
#!/usr/bin/env python3
-version = __version__ = "2.1.3-dev0"
+version = __version__ = "2.1.3"
0 commit comments