File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SHA1 := $$(git log -1 --pretty=%h)
8
8
CURRENT_BRANCH := $$(git symbolic-ref -q --short HEAD )
9
9
LATEST_TAG := ${REPO_NAME}:latest
10
10
GIT_TAG := ${REPO_NAME}:${SHA1}
11
- VERSION := v0.3.4
11
+ VERSION := v0.3.5
12
12
13
13
info : # # Show information about the current git state.
14
14
@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 1
- __version__ = "0.3.4 "
1
+ __version__ = "0.3.5 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " cloudendure"
3
- version = " 0.3.4 "
3
+ version = " 0.3.5 "
4
4
description = " Python wrapper and CLI for CloudEndure"
5
5
authors = [" Mark Beacom <mark@markbeacom.com>" , " Tom Warnock <twarnock@2ndwatch.com>" ]
6
6
maintainers = [" Evan Lucchesi <evan@2ndwatch.com>" , " Nick Selpa <nselpa@2ndwatch.com>" ]
You can’t perform that action at this time.
0 commit comments