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.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigouze committed Dec 30, 2018
1 parent 8cb8de9 commit 3bc5df9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

1.4
---
* Fixes #268: Drop support of click < 7.0
* Drop support of python 2.6 and 3.3
* Add coverage
* Test python 3.7 and pypy in travis
* PEP8

1.3
---

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.3'
__version__ = '1.4'
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.4) unstable; urgency=medium

* Fixes #268: Drop support of click < 7.0
* Drop support of python 2.6 and 3.3
* Add coverage
* Test python 3.7 and pypy in travis
* PEP8

-- grigouze <[email protected]> Tue, 30 Dec 2018 23:04:55 +0200

gandicli (1.3) unstable; urgency=medium

* Use pytest instead of nose
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: 1.3
Version: 1.4
Release: 1%{?dist}
Summary: Gandi CLI as a service
Group: System Management
Expand Down

0 comments on commit 3bc5df9

Please sign in to comment.