Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
New release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigouze committed Sep 11, 2018
1 parent 4b28d93 commit be0df58
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion gandi/cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '1.2'
__version__ = '1.3'
10 changes: 10 additions & 0 deletions packages/debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Tue, 11 Sep 2018 19:20:51 +0200

gandicli (1.2) unstable; urgency=medium

* Add support for paas size s+ for creation/update
Expand Down
2 changes: 1 addition & 1 deletion packages/gandicli.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: gandicli
Version: 0.22
Version: 1.3
Release: 1%{?dist}
Summary: Gandi CLI as a service
Group: System Management
Expand Down

0 comments on commit be0df58

Please sign in to comment.