Skip to content

Commit 8cecb01

Browse files
committed
v2.1.2
1 parent e7bfbad commit 8cecb01

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v2.1.2
4+
5+
- fix: apply aiohttp patch version 3.7.1 to address dependency versioning conflict with multidict dependency
6+
37
## v2.1.1
48

59
- Add cPython 3.9 interpreter unit testing

lib/fdiff/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env python3
22

3-
version = __version__ = "2.1.2-dev0"
3+
version = __version__ = "2.1.2"

0 commit comments

Comments
 (0)