From 37bc9ba4518c3d3c3d63d253a1ab1de09b76ca2e Mon Sep 17 00:00:00 2001 From: Sebastien Luttringer Date: Mon, 21 Nov 2011 12:02:48 +0100 Subject: [PATCH] version 5 --- cccli/__init__.py | 2 +- debian/changelog | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/cccli/__init__.py b/cccli/__init__.py index d4fa342..eb4aa94 100644 --- a/cccli/__init__.py +++ b/cccli/__init__.py @@ -29,6 +29,6 @@ canonical_name="cc-cli" debug = False # set version -version = "5~dev0" +version = "5" if version.find("dev") != -1: git_version() diff --git a/debian/changelog b/debian/changelog index 103625b..49a1dbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ -cc-cli (5~dev0) unstable; urgency=low +cc-cli (5) unstable; urgency=low - * version 5 dev level 0 + Antoine Millet (1): + now compatible with new sjrpc API (requires sjrpc >= 14) - -- Sebastien Luttringer Thu, 07 Jul 2011 12:47:44 +0200 + Sebastien Luttringer (2): + fix help message of undefine -k option + detect current git version in dev mode + + -- Sebastien Luttringer Mon, 21 Nov 2011 12:01:52 +0100 cc-cli (4) unstable; urgency=low -- GitLab