We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ff9ca commit 4694844Copy full SHA for 4694844
3 files changed
client/deis.py
@@ -72,7 +72,7 @@
72
import requests
73
import yaml
74
75
-__version__ = '0.7.0'
+__version__ = '0.8.0'
76
77
78
locale.setlocale(locale.LC_ALL, '')
client/setup.py
@@ -28,7 +28,7 @@
28
29
30
setup(name='deis',
31
- version='0.7.0',
+ version='0.8.0',
32
license=APACHE_LICENSE,
33
description='Command-line Client for Deis, the open PaaS',
34
author='OpDemand',
controller/deis/__init__.py
@@ -9,4 +9,4 @@
9
from .celery import app # noqa
10
11
12
0 commit comments