Skip to content

Commit e93bae5

Browse files
authored
Bump all modules to version 0.1.0b8 (#1136)
1 parent b9aaff2 commit e93bae5

File tree

24 files changed

+47
-41
lines changed

24 files changed

+47
-41
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
azure-cli (0.1.1-1) unstable; urgency=low
2+
3+
* Includes version 0.1.0b8 of all required command modules
4+
5+
-- Azure Python CLI Team <[email protected]> Mon, 24 Oct 2016 20:00:00 +0000
6+
17
azure-cli (0.1.0-1) unstable; urgency=low
28

39
* Initial preview release

src/azure-cli-core/azure/cli/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
import pkg_resources
66
pkg_resources.declare_namespace(__name__)
77

8-
__version__ = "0.1.0b7"
8+
__version__ = "0.1.0b8"

src/azure-cli-core/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from codecs import open
1010
from setuptools import setup
1111

12-
VERSION = "0.1.0b7"
12+
VERSION = "0.1.0b8"
1313

1414
# If we have source, validate that our version numbers match
1515
# This should prevent uploading releases with mismatched versions.
@@ -82,7 +82,7 @@
8282
url='https://github.com/Azure/azure-cli',
8383
zip_safe=False,
8484
classifiers=CLASSIFIERS,
85-
namespace_packages = [
85+
namespace_packages=[
8686
'azure',
8787
'azure.cli'
8888
],

src/azure-cli/azure/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
pkg_resources.declare_namespace(__name__)
1212

1313
__author__ = "Microsoft Corporation <[email protected]>"
14-
__version__ = "0.1.0b7"
14+
__version__ = "0.1.0b8"

src/azure-cli/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from codecs import open
1010
from setuptools import setup
1111

12-
VERSION = "0.1.0b7"
12+
VERSION = "0.1.0b8"
1313

1414
# If we have source, validate that our version numbers match
1515
# This should prevent uploading releases with mismatched versions.
@@ -75,7 +75,7 @@
7575
'az.completion.sh',
7676
'az.bat',
7777
],
78-
namespace_packages = [
78+
namespace_packages=[
7979
'azure'
8080
],
8181
packages=[

src/command_modules/azure-cli-acr/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from codecs import open
99
from setuptools import setup
1010

11-
VERSION = '0.1.0b7'
11+
VERSION = '0.1.0b8'
1212

1313
CLASSIFIERS = [
1414
'Development Status :: 4 - Beta',

src/command_modules/azure-cli-acs/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from codecs import open
99
from setuptools import setup
1010

11-
VERSION = '0.0.1'
11+
VERSION = '0.1.0b8'
1212

1313
CLASSIFIERS = [
1414
'Development Status :: 4 - Beta',
@@ -43,7 +43,7 @@
4343
author_email='[email protected]',
4444
url='https://github.com/Azure/azure-cli',
4545
classifiers=CLASSIFIERS,
46-
namespace_packages = [
46+
namespace_packages=[
4747
'azure',
4848
'azure.cli',
4949
'azure.cli.command_modules',

src/command_modules/azure-cli-cloud/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from codecs import open
99
from setuptools import setup
1010

11-
VERSION = '0.1.0b7'
11+
VERSION = '0.1.0b8'
1212

1313
CLASSIFIERS = [
1414
'Development Status :: 4 - Beta',

src/command_modules/azure-cli-component/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from codecs import open
99
from setuptools import setup
1010

11-
VERSION = '0.1.0b7'
11+
VERSION = '0.1.0b8'
1212

1313
CLASSIFIERS = [
1414
'Development Status :: 4 - Beta',
@@ -41,7 +41,7 @@
4141
author_email='[email protected]',
4242
url='https://github.com/Azure/azure-cli',
4343
classifiers=CLASSIFIERS,
44-
namespace_packages = [
44+
namespace_packages=[
4545
'azure',
4646
'azure.cli',
4747
'azure.cli.command_modules',

src/command_modules/azure-cli-configure/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from codecs import open
99
from setuptools import setup
1010

11-
VERSION = '0.1.0b7'
11+
VERSION = '0.1.0b8'
1212

1313
CLASSIFIERS = [
1414
'Development Status :: 4 - Beta',
@@ -40,7 +40,7 @@
4040
author_email='[email protected]',
4141
url='https://github.com/Azure/azure-cli',
4242
classifiers=CLASSIFIERS,
43-
namespace_packages = [
43+
namespace_packages=[
4444
'azure',
4545
'azure.cli',
4646
'azure.cli.command_modules',

0 commit comments

Comments
 (0)