summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-02-26 23:40:56 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-02-26 23:40:56 +0100
commitf2a82b69bdac4d451b9c3350c600449bb53e6ce5 (patch)
treeebeace7759169f61df1003eb38a2009f6598fd60
parent7e9b5ad3300cfaa1894d08976662530a8515d75f (diff)
downloadpylint-f2a82b69bdac4d451b9c3350c600449bb53e6ce5.tar.gz
-rw-r--r--__pkginfo__.py4
-rw-r--r--debian/changelog6
2 files changed, 8 insertions, 2 deletions
diff --git a/__pkginfo__.py b/__pkginfo__.py
index ccbf8a8..5604692 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -1,5 +1,5 @@
# pylint: disable=W0622,C0103
-# Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2003-2013 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under
@@ -18,7 +18,7 @@
modname = distname = 'pylint'
-numversion = (0, 26, 0)
+numversion = (0, 27, 0)
version = '.'.join([str(num) for num in numversion])
install_requires = ['logilab-common >= 0.53.0', 'logilab-astng >= 0.21.1']
diff --git a/debian/changelog b/debian/changelog
index 0713053..633ef34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pylint (0.27.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Tue, 26 Feb 2013 23:40:46 +0100
+
pylint (0.26.0-1) unstable; urgency=low
* new upstream release