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 68b0cb5 commit 0c43f67Copy full SHA for 0c43f67
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v2.0.2
4
+
5
+- update cffi dependency to bug fix release v1.14.3
6
7
## v2.0.1
8
9
- Refactor to maintain line length < 90
lib/fdiff/__init__.py
@@ -1,3 +1,3 @@
#!/usr/bin/env python3
-version = __version__ = "2.0.1"
+version = __version__ = "2.0.2"
0 commit comments