New release 1.3

This commit is contained in:
Grigouze 2018-09-11 19:26:17 +02:00
parent 4b28d93e11
commit be0df58b9f
4 changed files with 21 additions and 2 deletions

View file

@ -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
---

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version__ = '1.2'
__version__ = '1.3'

View file

@ -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 <grigouze@gandi.net> Tue, 11 Sep 2018 19:20:51 +0200
gandicli (1.2) unstable; urgency=medium
* Add support for paas size s+ for creation/update

View file

@ -1,5 +1,5 @@
Name: gandicli
Version: 0.22
Version: 1.3
Release: 1%{?dist}
Summary: Gandi CLI as a service
Group: System Management