Skip to content

Commit

Permalink
Open up 2.2.1 and add changelog entry for the slice() fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PCManticore committed Feb 28, 2019
1 parent 2021865 commit 13790cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
astroid's ChangeLog
===================

What's New in astroid 2.2.1?
============================
Release Date: TBA

* Make sure to infer the arguments to the `slice()` builtin

Close PyCQA/pylint#2770

What's New in astroid 2.2.0?
============================
Release Date: 2019-02-27
Expand Down
2 changes: 1 addition & 1 deletion astroid/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

modname = "astroid"

version = "2.2.0"
version = "2.2.1"
numversion = tuple(int(elem) for elem in version.split(".") if elem.isdigit())

extras_require = {}
Expand Down

0 comments on commit 13790cc

Please sign in to comment.