Skip to content

Commit 6f68077

Browse files
committed
Release 2.2.2
1 parent 2c3b79d commit 6f68077

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Release History
33
---------------
44

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+
59
2.2.1
610
- Python source is now always read using utf-8, even if default encoding for
711
reading files is set otherwise.

pip_check_reqs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.2.1'
1+
__version__ = '2.2.2'

0 commit comments

Comments
 (0)