From e62bb7472d3ecd2b0dee303fd23426fb691038b0 Mon Sep 17 00:00:00 2001 From: Dillon Giacoppo Date: Mon, 23 Apr 2018 15:02:11 +1000 Subject: [PATCH] Release v1.1.0 * Fix travis go version and update docs * Add master build status to readme * Updated remote repository struct for pypi registry url --- pkg/artifactory/repositories.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/artifactory/repositories.go b/pkg/artifactory/repositories.go index 2714c96..55ae116 100644 --- a/pkg/artifactory/repositories.go +++ b/pkg/artifactory/repositories.go @@ -226,6 +226,7 @@ type RemoteRepository struct { VcsGitProvider *string `json:"vcsGitProvider,omitempty"` VcsGitDownloadUrl *string `json:"vcsGitDownloadUrl,omitempty"` ClientTLSCertificate *string `json:"clientTlsCertificate,omitempty"` + PyPIRegistryUrl *string `json:"pyPIRegistryUrl,omitempty"` } func (r RemoteRepository) String() string {