Skip to content

Commit c629d0c

Browse files
committed
chore(release): switch master to v0.11.0
1 parent 41cd543 commit c629d0c

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
@@ -66,7 +66,7 @@
6666
import requests
6767
import yaml
6868

69-
__version__ = '0.10.0'
69+
__version__ = '0.11.0'
7070

7171

7272
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.10.0',
31+
version='0.11.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.10.0'
12+
__version__ = '0.11.0'

0 commit comments

Comments
 (0)