Skip to content

Commit

Permalink
Updated CHANGELOG for 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusvniekerk committed Mar 21, 2019
1 parent 8148ead commit 255a51f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ conda-smithy Change Log

.. current developments
v3.3.2
====================



v3.3.1
====================

Expand Down
4 changes: 2 additions & 2 deletions conda_smithy/azure_ci_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()


Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 255a51f

Please sign in to comment.