We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41cd543 commit c629d0cCopy full SHA for c629d0c
3 files changed
client/deis.py
@@ -66,7 +66,7 @@
66
import requests
67
import yaml
68
69
-__version__ = '0.10.0'
+__version__ = '0.11.0'
70
71
72
locale.setlocale(locale.LC_ALL, '')
client/setup.py
@@ -28,7 +28,7 @@
28
29
30
setup(name='deis',
31
- version='0.10.0',
+ version='0.11.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