From f03f29b0deebe055e5339fc0181c9c293fa43f7b Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 23 Jun 2020 18:54:51 -0400 Subject: [PATCH 1/2] Bump to version 1.0.2 --- translater/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translater/__init__.py b/translater/__init__.py index 78b29d0..0a29483 100644 --- a/translater/__init__.py +++ b/translater/__init__.py @@ -6,7 +6,7 @@ ################################################################################ # Version of the package -__version__ = "1.0.1" +__version__ = "1.0.2" # warn if a newer version of translater is available from outdated import warn_if_outdated From 38f73905bce0014a1d70d5a6f624ae14c4aa189f Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 23 Jun 2020 18:55:08 -0400 Subject: [PATCH 2/2] Deploy only for master and tag is true --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9862a12..2a39319 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,8 +35,8 @@ jobs: on: distributions: sdist bdist_wheel repo: louisleroy5/translater - branch: develop - tags: false + branch: master + tags: true before_install: - source install_energyplus.sh - wget https://raw.githubusercontent.com/trichter/conda4travis/latest/conda4travis.sh -O conda4travis.sh