We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7253dbc commit 53fb57eCopy full SHA for 53fb57e
2 files changed
Makefile
@@ -8,7 +8,7 @@ SHA1 := $$(git log -1 --pretty=%h)
8
CURRENT_BRANCH := $$(git symbolic-ref -q --short HEAD)
9
LATEST_TAG := ${REPO_NAME}:latest
10
GIT_TAG := ${REPO_NAME}:${SHA1}
11
-VERSION := v0.2.5
+VERSION := v0.2.6
12
13
info: ## Show information about the current git state.
14
@echo "Github Project: https://github.com/${REPO_NAME}\nCurrent Branch: ${CURRENT_BRANCH}\nSHA1: ${SHA1}\n"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "cloudendure"
3
-version = "0.2.5"
+version = "0.2.6"
4
description = "Python wrapper and CLI for CloudEndure"
5
authors = ["Mark Beacom <mark@markbeacom.com>", "Tom Warnock <twarnock@2ndwatch.com>"]
6
maintainers = ["Evan Lucchesi <evan@2ndwatch.com>", "Nick Selpa <nselpa@2ndwatch.com>"]
0 commit comments