summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <julien.cristau@logilab.fr>2015-07-01 09:05:22 +0200
committerJulien Cristau <julien.cristau@logilab.fr>2015-07-01 09:05:22 +0200
commit459dbdec2438a534a11e1162f4d86292c0c5999c (patch)
tree6fbce2929c67252bb87d0ef8b35a06de39265ae5
parent14d86cb9940fdade90674f2add8c0d7e687249f4 (diff)
downloadlogilab-common-centos/1.0.1-1.tar.gz
-rw-r--r--ChangeLog3
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
-rw-r--r--python-logilab-common.spec2
4 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index de62a49..82a353e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
ChangeLog for logilab.common
============================
+2015-07-01 -- 1.0.1
+ * restore __pkginfo__.version, which pylint < 1.4.4 uses
+
2015-06-30 -- 1.0.0
* remove unused/deprecated modules: cli, contexts, corbautils, dbf,
pyro_ext, xmlrpcutils. __pkginfo__ is no longer installed.
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 4dd57f8..6f0377f 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -25,7 +25,7 @@ modname = 'common'
subpackage_of = 'logilab'
subpackage_master = True
-numversion = (1, 0, 0)
+numversion = (1, 0, 1)
version = '.'.join([str(num) for num in numversion])
license = 'LGPL' # 2.1 or later
diff --git a/debian/changelog b/debian/changelog
index 7c577b7..66ad1c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (1.0.1-1) unstable; urgency=medium
+
+ * new upstream release
+
+ -- Julien Cristau <julien.cristau@logilab.fr> Wed, 01 Jul 2015 09:08:34 +0200
+
logilab-common (1.0.0-1) unstable; urgency=medium
* new upstream release
diff --git a/python-logilab-common.spec b/python-logilab-common.spec
index 72722d4..cb104d2 100644
--- a/python-logilab-common.spec
+++ b/python-logilab-common.spec
@@ -10,7 +10,7 @@
%{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: %{python}-logilab-common
-Version: 1.0.0
+Version: 1.0.1
Release: logilab.1%{?dist}
Summary: Common libraries for Logilab projects