summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2013-12-23 09:33:05 +0100
committerSylvain Thénault <sylvain.thenault@logilab.fr>2013-12-23 09:33:05 +0100
commit341cd1bb7b3405efa19596fb3f946abe8fe7ed1a (patch)
tree69e0ce2221f00efa695e3358614a0768b2bd52f3
parentd48b339f4d38ea76aa239611e464ee73bf7d260d (diff)
downloadpylint-git-341cd1bb7b3405efa19596fb3f946abe8fe7ed1a.tar.gz
-rw-r--r--ChangeLog9
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 12 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 497b28d16..f5b7192d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,7 @@
ChangeLog for Pylint
====================
---
-
+2013-12-22 -- 1.1.0
* Add new check for use of deprecated pragma directives "pylint:disable-msg"
or "pylint:enable-msg" (I0022, deprecated-pragma) which was previously
emmited as a regular warn().
@@ -61,9 +60,10 @@ ChangeLog for Pylint
* Added a __main__.py file so you can run "python -m pylint"
* Fix issue #55 (false-positive trailing-whitespace on Windows)
-
-2013-08-06 -- 1.0.0
+
+
+2013-08-06 -- 1.0.0
* Add check for the use of 'exec' function
* New --msg-template option to control output, deprecating "msvc" and
@@ -170,6 +170,7 @@ ChangeLog for Pylint
modules
+
2013-04-25 -- 0.28.0
* bitbucket #1: fix "dictionary changed size during iteration" crash
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 614828ee7..eff50aa73 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -18,7 +18,7 @@
modname = distname = 'pylint'
-numversion = (1, 0, 0)
+numversion = (1, 1, 0)
version = '.'.join([str(num) for num in numversion])
install_requires = ['logilab-common >= 0.53.0', 'astroid >= 0.24.3']
diff --git a/debian/changelog b/debian/changelog
index 3e46fffa9..f9d42f216 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pylint (1.1.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Sun, 22 Dec 2013 23:44:15 +0100
+
pylint (1.0.0-1) unstable; urgency=low
* new upstream release