summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-01-23 10:15:59 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2018-01-23 10:15:59 +0100
commitab5ddcb905d6860196db971ad42c12daf69ba080 (patch)
tree96f681c03995ffbbbd44b1b70b6736ba4898582b
parent34f2282a71c52fb0c274637545f70f1dae1a4407 (diff)
downloadastroid-git-ab5ddcb905d6860196db971ad42c12daf69ba080.tar.gz
Prepare release
-rw-r--r--ChangeLog3
-rw-r--r--astroid/__pkginfo__.py2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 45c637d9..354b711f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 = {}