From 8010de522d7c8621b5779eb22ca3d9276ae5583a Mon Sep 17 00:00:00 2001 From: Gu1llaum-3 Date: Mon, 5 Jun 2023 23:11:32 +0200 Subject: [PATCH] Changes to be committed: modified: .drone.yml modified: .gitignore Changement tag suite au passage en version 2.0.0 --- .drone.yml | 2 +- .gitignore | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b63a634..01524a8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,7 +29,7 @@ steps: # auto_tag: true tags: - latest - - v1.0.1 + - v2.0.0 when: branch: main diff --git a/.gitignore b/.gitignore index a7a6d1b..60fa3c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ __pycache__ -downloads/ \ No newline at end of file +downloads/ +temp/ \ No newline at end of file