From 255a51fd88647471200c377c92bbb689cf1969e8 Mon Sep 17 00:00:00 2001 From: Marius van Niekerk Date: Wed, 20 Mar 2019 21:22:45 -0400 Subject: [PATCH] Updated CHANGELOG for 3.3.2 --- CHANGELOG.rst | 5 +++++ conda_smithy/azure_ci_utils.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b54c87022..70b6b3587 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,11 @@ conda-smithy Change Log .. current developments +v3.3.2 +==================== + + + v3.3.1 ==================== diff --git a/conda_smithy/azure_ci_utils.py b/conda_smithy/azure_ci_utils.py index 31f4f7fa5..27746df1d 100644 --- a/conda_smithy/azure_ci_utils.py +++ b/conda_smithy/azure_ci_utils.py @@ -58,7 +58,7 @@ def credentials(self): if self.token: return BasicAuthentication("", self.token) else: - warnings.warn("No token available. No modfications will be possible!") + warnings.warn("No token available. No modifications will be possible!") return Authentication() @@ -229,7 +229,7 @@ def enable_reporting(repo, config: AzureConfig = default_config) -> None: def get_build_id(repo, config: AzureConfig = default_config) -> dict: - """Get the neccesary build information to persist in the config file to allow rendering + """Get the necessary build information to persist in the config file to allow rendering of badges. This is needed by non-conda-forge use cases""" bclient = build_client(config)