Skip to content

Commit 36b6a9c

Browse files
committed
Switch master to v0.4.1.
1 parent 44a73c3 commit 36b6a9c

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ site :opscode
33
cookbook 'apt'
44
cookbook 'rsyslog'
55
cookbook 'sudo'
6-
#cookbook 'deis', '~> 0.4.0'
6+
#cookbook 'deis', '~> 0.4.1'
77

88
# development cookbook
99
cookbook 'deis', git: 'https://github.com/opdemand/deis-cookbook.git'

Berksfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"locked_version": "2.2.2"
1111
},
1212
"deis": {
13-
"locked_version": "0.4.0",
13+
"locked_version": "0.4.1",
1414
"git": "https://github.com/opdemand/deis-cookbook.git",
15-
"ref": "9daa935b1d51d4ed794d323d881d4b0b87cf767c"
15+
"ref": "67659ac8981c8696f8b9d3415a7d564cdab30473"
1616
}
1717
}
1818
}

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
import requests
7272
import yaml
7373

74-
__version__ = '0.4.0'
74+
__version__ = '0.4.1'
7575

7676

7777
locale.setlocale(locale.LC_ALL, '')

client/setup.py

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

2929

3030
setup(name='deis',
31-
version='0.4.0',
31+
version='0.4.1',
3232
license=APACHE_LICENSE,
3333
description='Command-line Client for Deis, the open PaaS',
3434
author='OpDemand',

deis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from .celery import app # noqa
1010

1111

12-
__version__ = '0.4.0'
12+
__version__ = '0.4.1'

0 commit comments

Comments
 (0)