summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <julien.cristau@logilab.fr>2016-03-15 09:48:59 +0100
committerJulien Cristau <julien.cristau@logilab.fr>2016-03-15 09:48:59 +0100
commit17b1314697d3c144674cf1edebaaed6c06a07c0a (patch)
tree75c0462d99944d32ab3342e232f20a4985c7d36e
parent72c26e763a3287794ee44b330b43d6e699638d72 (diff)
downloadlogilab-common-17b1314697d3c144674cf1edebaaed6c06a07c0a.tar.gz
[pkg] 1.2.0
-rw-r--r--ChangeLog8
-rw-r--r--debian/changelog6
-rw-r--r--python-logilab-common.spec2
3 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 487fc88..8c87d34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,14 @@
ChangeLog for logilab.common
============================
-UNRELEASED -- 1.2.0
+2016-03-15 -- 1.2.0
* pytest: TraceController class, pause_tracing and resume_tracing
- functions, deprecated from 0.63.1, got removed
+ functions, deprecated from 0.63.1, got removed. The nocoverage
+ and pause_trace utilities are now available from the testlib
+ module rather than pytest.
+
+ * date: datetime2ticks uses the milliseconds from the datetime objects
2015-10-12 -- 1.1.0
* configuration: have a stable order for sections (#298658)
diff --git a/debian/changelog b/debian/changelog
index 95e4507..6be66e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (1.2.0-1) unstable; urgency=medium
+
+ * new upstream release
+
+ -- Julien Cristau <julien.cristau@logilab.fr> Tue, 15 Mar 2016 09:48:37 +0100
+
logilab-common (1.1.0-1) unstable; urgency=medium
* new upstream release
diff --git a/python-logilab-common.spec b/python-logilab-common.spec
index 6576390..09b901f 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.1.0
+Version: 1.2.0
Release: logilab.1%{?dist}
Summary: Common libraries for Logilab projects