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
commit8735492cfe2d15b869df4921b2532873bf190dc0 (patch)
treed6843f0ec3d6aae512a3fc1fb9df260756819e82
parent787e5a85fa76df4a5b0d338e9be79d9760e87ec3 (diff)
downloadpylint-git-pylint-version-0.27.0.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 ccbf8a89e..5604692ca 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 0713053a9..633ef3461 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