File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SHA1 := $$(git log -1 --pretty=%h)
88CURRENT_BRANCH := $$(git symbolic-ref -q --short HEAD )
99LATEST_TAG := ${REPO_NAME}:latest
1010GIT_TAG := ${REPO_NAME}:${SHA1}
11- VERSION := v0.1.1
11+ VERSION := v0.1.2
1212
1313info : # # Show information about the current git state.
1414 @echo " Github Project: https://github.com/${REPO_NAME} \nCurrent Branch: ${CURRENT_BRANCH} \nSHA1: ${SHA1} \n"
Original file line number Diff line number Diff line change 33This Python package is automatically generated by the [ Swagger Codegen] ( https://github.com/swagger-api/swagger-codegen ) project:
44
55- API version: ` 5 `
6- - Package version: ` 0.1.1 `
6+ - Package version: ` 0.1.2 `
77- Build package: ` io.swagger.codegen.v3.generators.python.PythonClientCodegen `
88
99## Requirements
Original file line number Diff line number Diff line change 11{
22 "packageName" : " cloudendure_api" ,
33 "projectName" : " cloudendure_api" ,
4- "packageVersion" : " 0.1.1 " ,
4+ "packageVersion" : " 0.1.2 " ,
55 "packageUrl" : " https://github.com/2ndWatch/cloudendure-python"
66}
Original file line number Diff line number Diff line change 2323EMAIL : str = "mbeacom@2ndwatch.com, twarnock@2ndwatch.com"
2424AUTHOR : str = "Mark Beacom, Tom Warnock"
2525REQUIRES_PYTHON : str = ">=3.7.0"
26- VERSION : str = "0.1.1 "
26+ VERSION : str = "0.1.2 "
2727
2828REQUIRED : List [str ] = ["requests" , "boto3" , "fire" ]
2929EXTRAS : Dict [str , List [str ]] = {
You can’t perform that action at this time.
0 commit comments