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 2c3b79d commit 6f68077Copy full SHA for 6f68077
CHANGELOG.rst
@@ -2,6 +2,10 @@
2
Release History
3
---------------
4
5
+2.2.2
6
+- AST parsing failures will now report tracebacks with a proper filename for
7
+ the parsed frame, instead of `<unknown>`.
8
+
9
2.2.1
10
- Python source is now always read using utf-8, even if default encoding for
11
reading files is set otherwise.
pip_check_reqs/__init__.py
@@ -1 +1 @@
1
-__version__ = '2.2.1'
+__version__ = '2.2.2'
0 commit comments