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
commitd5fd65b0092b51d20dcc850fb3ed5d15fc52f9a7 (patch)
tree072e6e406bec3d84970baf587873333b501685c5
parent0d0e04690129b4a1a5644c41bfc1f25ea7b4bd48 (diff)
downloadpylint-d5fd65b0092b51d20dcc850fb3ed5d15fc52f9a7.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 497b28d..f5b7192 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 614828e..eff50aa 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 3e46fff..f9d42f2 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