We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7bfbad commit 8cecb01Copy full SHA for 8cecb01
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v2.1.2
4
+
5
+- fix: apply aiohttp patch version 3.7.1 to address dependency versioning conflict with multidict dependency
6
7
## v2.1.1
8
9
- Add cPython 3.9 interpreter unit testing
lib/fdiff/__init__.py
@@ -1,3 +1,3 @@
#!/usr/bin/env python3
-version = __version__ = "2.1.2-dev0"
+version = __version__ = "2.1.2"
0 commit comments