summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <julien.cristau@logilab.fr>2015-07-08 22:08:25 +0200
committerJulien Cristau <julien.cristau@logilab.fr>2015-07-08 22:08:25 +0200
commit4483cb2533d9da9abf816d350a7061eefd9f8938 (patch)
tree2e7a8016d90b92c769e9f0631037bda8a78d63d4
parente39ddf48a1ad28ddd07c38bef4ae436b7e94bf8b (diff)
downloadlogilab-common-1.0.2.tar.gz
-rw-r--r--ChangeLog5
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
-rw-r--r--python-logilab-common.spec2
4 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 82a353e..b698981 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
ChangeLog for logilab.common
============================
+2015-07-08 -- 1.0.2
+ * declare setuptools requirement in __pkginfo__/setup.py
+
+ * randomize order of test modules in pytest -t
+
2015-07-01 -- 1.0.1
* restore __pkginfo__.version, which pylint < 1.4.4 uses
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 6e9c236..7f418d3 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -25,7 +25,7 @@ modname = 'common'
subpackage_of = 'logilab'
subpackage_master = True
-numversion = (1, 0, 1)
+numversion = (1, 0, 2)
version = '.'.join([str(num) for num in numversion])
license = 'LGPL' # 2.1 or later
diff --git a/debian/changelog b/debian/changelog
index 66ad1c2..b3287ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (1.0.2-1) unstable; urgency=medium
+
+ * new upstream release
+
+ -- Julien Cristau <jcristau@debian.org> Wed, 08 Jul 2015 22:08:14 +0200
+
logilab-common (1.0.1-1) unstable; urgency=medium
* new upstream release
diff --git a/python-logilab-common.spec b/python-logilab-common.spec
index cb104d2..bed4278 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.1
+Version: 1.0.2
Release: logilab.1%{?dist}
Summary: Common libraries for Logilab projects