summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-07-07 21:52:57 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2016-07-07 21:52:57 +0100
commit7ca9a97554806874c7e9cd6141c4274940380678 (patch)
treee27069e9e5efe9852e4334d7c81fe75fefccacbf
parentde712e7c18c0784db875d03393bb2808f944cfaf (diff)
downloadpylint-git-pylint-1.6.1.tar.gz
Prepare 1.6.1.pylint-1.6.1
-rw-r--r--ChangeLog8
-rw-r--r--pylint/__pkginfo__.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 13c61006f..4be06112c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
Pylint NEWS
-----------
+What's new in Pylint 1.6.1?
+===========================
+
+Release date: 2016-07-07
+
+ * Use environment markers for supporting conditional dependencies.
+
+
What's New in Pylint 1.6.0?
===========================
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 9ba2c71a5..6d6b070c2 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -10,7 +10,7 @@ from os.path import join
modname = distname = 'pylint'
-numversion = (1, 6, 0)
+numversion = (1, 6, 1)
version = '.'.join([str(num) for num in numversion])
install_requires = [