Skip to content

Commit 200ef21

Browse files
committed
chore(release): update version in master to 1.7.0-dev
1 parent 1e92834 commit 200ef21

19 files changed

Lines changed: 19 additions & 19 deletions

File tree

builder/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ ADD etc /etc
5858
ADD . /app
5959
RUN chown -R root:root /app
6060

61-
ENV DEIS_RELEASE 1.6.0
61+
ENV DEIS_RELEASE 1.7.0-dev

builder/image/slugbuilder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ ADD ./builder/ /tmp/builder
1111
RUN /tmp/builder/install-buildpacks
1212
ENTRYPOINT ["/tmp/builder/build.sh"]
1313

14-
ENV DEIS_RELEASE 1.6.0
14+
ENV DEIS_RELEASE 1.7.0-dev

builder/image/slugrunner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ USER slug
1717
ENV HOME /app
1818
ENTRYPOINT ["/runner/init"]
1919

20-
ENV DEIS_RELEASE 1.6.0
20+
ENV DEIS_RELEASE 1.7.0-dev

cache/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ WORKDIR /app
66
CMD ["/app/bin/boot"]
77
EXPOSE 6379
88

9-
ENV DEIS_RELEASE 1.6.0
9+
ENV DEIS_RELEASE 1.7.0-dev

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
from termcolor import colored
7575
import urllib3.contrib.pyopenssl
7676

77-
__version__ = '1.6.0'
77+
__version__ = '1.7.0-dev'
7878

7979
# what version of the API is this client compatible with?
8080
__api_version__ = '1.3'

client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434

3535
setup(name='deis',
36-
version='1.6.0',
36+
version='1.7.0-dev',
3737
license=APACHE_LICENSE,
3838
description='Command-line Client for Deis, the open PaaS',
3939
author='Engine Yard',

controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ ADD . /app
3131
# Create static resources
3232
RUN /app/manage.py collectstatic --settings=deis.settings --noinput
3333

34-
ENV DEIS_RELEASE 1.6.0
34+
ENV DEIS_RELEASE 1.7.0-dev

controller/deis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
from __future__ import absolute_import
88

9-
__version__ = '1.6.0'
9+
__version__ = '1.7.0-dev'

database/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ CMD ["/app/bin/boot"]
2222
EXPOSE 5432
2323
ADD . /app
2424

25-
ENV DEIS_RELEASE 1.6.0
25+
ENV DEIS_RELEASE 1.7.0-dev
2626

deisctl/cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ Usage:
547547
Options:
548548
-p --path=<target> where to save unit files [default: $HOME/.deis/units]
549549
-t --tag=<tag> git tag, branch, or SHA to use when downloading unit files
550-
[default: v1.6.0]
550+
[default: master]
551551
`
552552
// parse command-line arguments
553553
args, err := docopt.Parse(usage, argv, true, "", false)

0 commit comments

Comments
 (0)