summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <julien.cristau@logilab.fr>2015-06-25 19:50:20 +0200
committerJulien Cristau <julien.cristau@logilab.fr>2015-06-25 19:50:20 +0200
commit95049e58a5c8d781761d7d88d59cad073e2805e9 (patch)
tree0fd518553fed1244ab68ae5d09a7004c006c3187
parentdabff316576806fcd84c2dcff34b7c9e3aa3d4bc (diff)
downloadlogilab-common-95049e58a5c8d781761d7d88d59cad073e2805e9.tar.gz
-rw-r--r--ChangeLog2
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
-rw-r--r--python-logilab-common.spec2
4 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f859ae..de62a49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
ChangeLog for logilab.common
============================
-2015-06-26 -- 1.0.0
+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 7ebce74..4dd57f8 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -25,7 +25,7 @@ modname = 'common'
subpackage_of = 'logilab'
subpackage_master = True
-numversion = (0, 63, 2)
+numversion = (1, 0, 0)
version = '.'.join([str(num) for num in numversion])
license = 'LGPL' # 2.1 or later
diff --git a/debian/changelog b/debian/changelog
index 35df8ad..7c577b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (1.0.0-1) unstable; urgency=medium
+
+ * new upstream release
+
+ -- Julien Cristau <julien.cristau@logilab.fr> Tue, 30 Jun 2015 16:24:57 +0200
+
logilab-common (0.63.2-1) unstable; urgency=low
* new upstream release
diff --git a/python-logilab-common.spec b/python-logilab-common.spec
index cfd7057..72722d4 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: 0.63.2
+Version: 1.0.0
Release: logilab.1%{?dist}
Summary: Common libraries for Logilab projects