Skip to content

Commit 4694844

Browse files
committed
Switch master to v0.8.0.
1 parent 54ff9ca commit 4694844

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/deis.py

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

75-
__version__ = '0.7.0'
75+
__version__ = '0.8.0'
7676

7777

7878
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.7.0',
31+
version='0.8.0',
3232
license=APACHE_LICENSE,
3333
description='Command-line Client for Deis, the open PaaS',
3434
author='OpDemand',

controller/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.7.0'
12+
__version__ = '0.8.0'

0 commit comments

Comments
 (0)