diff --git a/CHANGES.rst b/CHANGES.rst index b0bdcf9..5f694e8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ Changelog ========= +1.3 +--- + +* Use pytest instead of nose +* Add extra parameter in domain create +* Add support of Python 3.7 +* Fixes #245: Add support of DNSSEC +* Fixes #250: Drop support of Python < 3.3 + 1.2 --- diff --git a/gandi/cli/__init__.py b/gandi/cli/__init__.py index a677a26..e65a25c 100644 --- a/gandi/cli/__init__.py +++ b/gandi/cli/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '1.2' +__version__ = '1.3' diff --git a/packages/debian/changelog b/packages/debian/changelog index f532083..4598dc5 100644 --- a/packages/debian/changelog +++ b/packages/debian/changelog @@ -1,3 +1,13 @@ +gandicli (1.3) unstable; urgency=medium + + * Use pytest instead of nose + * Add extra parameter in domain create + * Drop support of Python < 3.3 + * Add support of Python 3.7 + * Add support of DNSSEC + + -- grigouze Tue, 11 Sep 2018 19:20:51 +0200 + gandicli (1.2) unstable; urgency=medium * Add support for paas size s+ for creation/update diff --git a/packages/gandicli.spec b/packages/gandicli.spec index c4d3469..5af9cad 100644 --- a/packages/gandicli.spec +++ b/packages/gandicli.spec @@ -1,5 +1,5 @@ Name: gandicli -Version: 0.22 +Version: 1.3 Release: 1%{?dist} Summary: Gandi CLI as a service Group: System Management