mirror of
https://github.com/Gandi/gandi.cli.git
synced 2026-01-16 23:00:21 +00:00
New release 1.3
This commit is contained in:
parent
4b28d93e11
commit
be0df58b9f
4 changed files with 21 additions and 2 deletions
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = '1.2'
|
||||
__version__ = '1.3'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: gandicli
|
||||
Version: 0.22
|
||||
Version: 1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Gandi CLI as a service
|
||||
Group: System Management
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue