From 3b5bfd787b97fcc8b541529dde136fc85a7aa475 Mon Sep 17 00:00:00 2001 From: Grigouze Date: Tue, 22 Sep 2020 17:54:01 +0200 Subject: [PATCH] New release 1.6 --- CHANGES.rst | 7 +++++++ gandi/cli/__init__.py | 2 +- gandicli.man.rst | 4 ++-- packages/debian/changelog | 11 ++++++++++- packages/gandicli.spec | 2 +- 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 85e21948..972cb1b0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changelog ========= +1.6 +--- +* Fixes #289: Spelling errors in manual page +* Gandi change its documentation URL +* Update status command to use statuspage in place of bahobab +* Fix type issue with click >= 7.1 + 1.5 --- * Fixes #280: Problem with new record diff --git a/gandi/cli/__init__.py b/gandi/cli/__init__.py index a69048e5..bf28d354 100644 --- a/gandi/cli/__init__.py +++ b/gandi/cli/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '1.5' +__version__ = '1.6' diff --git a/gandicli.man.rst b/gandicli.man.rst index fdbe3326..2bc117f1 100644 --- a/gandicli.man.rst +++ b/gandicli.man.rst @@ -9,7 +9,7 @@ command line interface to Gandi.net products using the public API :Author: aegiap@gandi.net :Date: 2019-04-03 :Copyright: GPL-3 -:Version: 1.5 +:Version: 1.6 :Manual section: 1 SYNOPSIS @@ -465,7 +465,7 @@ CONTRIBUTORS VERSION ======= -This is Gandi-cli version 1.5. +This is Gandi-cli version 1.6. CHANGELOG ========= diff --git a/packages/debian/changelog b/packages/debian/changelog index a4ebda20..245633f1 100644 --- a/packages/debian/changelog +++ b/packages/debian/changelog @@ -1,10 +1,19 @@ +gandicli (1.6) unstable; urgency=medium + + * Fixes #289: Spelling errors in manual page + * Gandi change its documentation URL + * Update status command to use statuspage in place of bahobab + * Fix type issue with click >= 7.1 + + -- grigouze Tue, 22 Sep 2020 17:46:43 +0200 + gandicli (1.5) unstable; urgency=medium * Fixes #280: Problem with new record * Fixes #284: Manpage errors * Fixes #287: Problem with dnssec create with algorithm/flags - -- grigouze Thu, 09 May 2019 11:38:26 +0200 + -- grigouze Thu, 09 May 2019 11:38:26 +0200 gandicli (1.4) unstable; urgency=medium diff --git a/packages/gandicli.spec b/packages/gandicli.spec index 7bd958ab..c1033d75 100644 --- a/packages/gandicli.spec +++ b/packages/gandicli.spec @@ -1,5 +1,5 @@ Name: gandicli -Version: 1.5 +Version: 1.6 Release: 1%{?dist} Summary: Gandi CLI as a service Group: System Management