Skip to content

Commit

Permalink
Bump version: 0.15 → 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Itamar Turner-Trauring committed Mar 20, 2017
1 parent be4d845 commit b52c44c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.15
current_version = 0.16
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: default build build-local build-remote bumpversion release test

VERSION=0.15
VERSION=0.16

default:
@echo "To release:"
Expand Down
2 changes: 1 addition & 1 deletion cli/telepresence
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ else:
from urllib.parse import quote_plus
unicode = str

__version__ = "0.15"
__version__ = "0.16"


def random_name():
Expand Down
2 changes: 1 addition & 1 deletion docs/_data/version.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: "0.15"
version: "0.16"
2 changes: 1 addition & 1 deletion tests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ spec:
spec:
containers:
- name: yourcode
image: datawire/telepresence-k8s:0.15
image: datawire/telepresence-k8s:0.16
ports:
- containerPort: 8080

0 comments on commit b52c44c

Please sign in to comment.