From 30d525cfb64b2017438d7d82108a926d82f9e19f Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 11 Jun 2018 23:18:11 +0200 Subject: [PATCH] 0.1.2 --- remote/config.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/remote/config.yml b/remote/config.yml index 4ade9969..f0746674 100644 --- a/remote/config.yml +++ b/remote/config.yml @@ -2,4 +2,4 @@ ssh_keys_urls: ybon: http://nuage.yohanboniface.me/id_rsa.pub version: master trefle: - version: 0.1.1 + version: 0.1.2 diff --git a/setup.py b/setup.py index ce04bcda..a68ef64d 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def is_pkg(line): with open('requirements.txt', encoding='utf-8') as reqs: install_requires = [l for l in reqs.read().split('\n') if is_pkg(l)] -VERSION = (0, 1, 1) +VERSION = (0, 1, 2) __author__ = 'Yohan Boniface' __contact__ = "yohan.boniface@data.gouv.fr" -- GitLab