diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2018-01-23 10:15:59 +0100 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-01-23 10:15:59 +0100 |
| commit | ab5ddcb905d6860196db971ad42c12daf69ba080 (patch) | |
| tree | 96f681c03995ffbbbd44b1b70b6736ba4898582b | |
| parent | 34f2282a71c52fb0c274637545f70f1dae1a4407 (diff) | |
| download | astroid-git-ab5ddcb905d6860196db971ad42c12daf69ba080.tar.gz | |
Prepare release
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | astroid/__pkginfo__.py | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ Change log for the astroid package (used to be astng) ===================================================== --- +2018-01-23 -- 1.6.1 + * Fix a crash when __annotations__ access a parent's __init__ that does not have arguments Close #473 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 1aa41dbd..281c0449 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -16,7 +16,7 @@ distname = 'astroid' modname = 'astroid' -version = '1.6.0' +version = '1.6.1' numversion = tuple(map(int, version.split('.'))) extras_require = {} |
