From 352b83b3436765e045f1a29e24ecba9cf436cbd2 Mon Sep 17 00:00:00 2001 From: Alberto Silvestre Montes Linares Date: Mon, 16 Mar 2020 18:12:26 +0100 Subject: [PATCH 1/2] adding branch filter --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b44a915..55d032c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,4 +68,6 @@ workflows: - build filters: tags: - only: /[0-9]+(\.[0-9]+)*/ \ No newline at end of file + only: /[0-9]+(\.[0-9]+)*/ + branches: + ignore: /.*/ \ No newline at end of file From b36abb9475396049b7e77314d69a3c42ca4d99d1 Mon Sep 17 00:00:00 2001 From: Alberto Silvestre Montes Linares Date: Tue, 17 Mar 2020 08:47:42 +0100 Subject: [PATCH 2/2] Releasing version 0.3.9 --- RELEASE_NOTES.rst | 4 ++++ bqueryd/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 0f4c597..c76bece 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -1,3 +1,7 @@ +Release 0.3.9 +======================= +- Setting up CircleCI workflows + Release 0.3.8 ======================= - Fix download error with unzipping ubication. diff --git a/bqueryd/version.py b/bqueryd/version.py index 17a3314..6a49b24 100644 --- a/bqueryd/version.py +++ b/bqueryd/version.py @@ -1 +1 @@ -__version__ = '0.3.8' +__version__ = '0.3.9'