Skip to content

Commit

Permalink
Bump all modules to version 0.1.0b8 (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbekoe authored Oct 24, 2016
1 parent b9aaff2 commit e93bae5
Show file tree
Hide file tree
Showing 24 changed files with 47 additions and 41 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
azure-cli (0.1.1-1) unstable; urgency=low

* Includes version 0.1.0b8 of all required command modules

-- Azure Python CLI Team <[email protected]> Mon, 24 Oct 2016 20:00:00 +0000

azure-cli (0.1.0-1) unstable; urgency=low

* Initial preview release
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli-core/azure/cli/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
import pkg_resources
pkg_resources.declare_namespace(__name__)

__version__ = "0.1.0b7"
__version__ = "0.1.0b8"
4 changes: 2 additions & 2 deletions src/azure-cli-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from codecs import open
from setuptools import setup

VERSION = "0.1.0b7"
VERSION = "0.1.0b8"

# If we have source, validate that our version numbers match
# This should prevent uploading releases with mismatched versions.
Expand Down Expand Up @@ -82,7 +82,7 @@
url='https://github.com/Azure/azure-cli',
zip_safe=False,
classifiers=CLASSIFIERS,
namespace_packages = [
namespace_packages=[
'azure',
'azure.cli'
],
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
pkg_resources.declare_namespace(__name__)

__author__ = "Microsoft Corporation <[email protected]>"
__version__ = "0.1.0b7"
__version__ = "0.1.0b8"
4 changes: 2 additions & 2 deletions src/azure-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from codecs import open
from setuptools import setup

VERSION = "0.1.0b7"
VERSION = "0.1.0b8"

# If we have source, validate that our version numbers match
# This should prevent uploading releases with mismatched versions.
Expand Down Expand Up @@ -75,7 +75,7 @@
'az.completion.sh',
'az.bat',
],
namespace_packages = [
namespace_packages=[
'azure'
],
packages=[
Expand Down
2 changes: 1 addition & 1 deletion src/command_modules/azure-cli-acr/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup

VERSION = '0.1.0b7'
VERSION = '0.1.0b8'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down
4 changes: 2 additions & 2 deletions src/command_modules/azure-cli-acs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup

VERSION = '0.0.1'
VERSION = '0.1.0b8'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down Expand Up @@ -43,7 +43,7 @@
author_email='[email protected]',
url='https://github.com/Azure/azure-cli',
classifiers=CLASSIFIERS,
namespace_packages = [
namespace_packages=[
'azure',
'azure.cli',
'azure.cli.command_modules',
Expand Down
2 changes: 1 addition & 1 deletion src/command_modules/azure-cli-cloud/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup

VERSION = '0.1.0b7'
VERSION = '0.1.0b8'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down
4 changes: 2 additions & 2 deletions src/command_modules/azure-cli-component/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup

VERSION = '0.1.0b7'
VERSION = '0.1.0b8'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down Expand Up @@ -41,7 +41,7 @@
author_email='[email protected]',
url='https://github.com/Azure/azure-cli',
classifiers=CLASSIFIERS,
namespace_packages = [
namespace_packages=[
'azure',
'azure.cli',
'azure.cli.command_modules',
Expand Down
4 changes: 2 additions & 2 deletions src/command_modules/azure-cli-configure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup

VERSION = '0.1.0b7'
VERSION = '0.1.0b8'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down Expand Up @@ -40,7 +40,7 @@
author_email='[email protected]',
url='https://github.com/Azure/azure-cli',
classifiers=CLASSIFIERS,
namespace_packages = [
namespace_packages=[
'azure',
'azure.cli',
'azure.cli.command_modules',
Expand Down
2 changes: 1 addition & 1 deletion src/command_modules/azure-cli-context/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup

VERSION = '0.1.0b7'
VERSION = '0.1.0b8'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down
4 changes: 2 additions & 2 deletions src/command_modules/azure-cli-devops/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup

VERSION = '0.0.1'
VERSION = '0.1.0b8'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down Expand Up @@ -40,7 +40,7 @@
author_email='[email protected]',
url='https://github.com/Azure/azure-cli',
classifiers=CLASSIFIERS,
namespace_packages = [
namespace_packages=[
'azure',
'azure.cli',
'azure.cli.command_modules',
Expand Down
4 changes: 2 additions & 2 deletions src/command_modules/azure-cli-feedback/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup

VERSION = '0.1.0b7'
VERSION = '0.1.0b8'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down Expand Up @@ -41,7 +41,7 @@
author_email='[email protected]',
url='https://github.com/Azure/azure-cli',
classifiers=CLASSIFIERS,
namespace_packages = [
namespace_packages=[
'azure',
'azure.cli',
'azure.cli.command_modules',
Expand Down
4 changes: 2 additions & 2 deletions src/command_modules/azure-cli-iot/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup

VERSION = '0.1.0b7'
VERSION = '0.1.0b8'

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down Expand Up @@ -43,7 +43,7 @@
author_email='[email protected]',
url='https://github.com/Azure/azure-cli',
classifiers=CLASSIFIERS,
namespace_packages = [
namespace_packages=[
'azure',
'azure.cli',
'azure.cli.command_modules',
Expand Down
4 changes: 2 additions & 2 deletions src/command_modules/azure-cli-keyvault/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from codecs import open
from setuptools import setup

VERSION = '0.1.0b7'
VERSION = '0.1.0b8'

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down Expand Up @@ -44,7 +44,7 @@
author_email='[email protected]',
url='https://github.com/Azure/azure-cli',
classifiers=CLASSIFIERS,
namespace_packages = [
namespace_packages=[
'azure',
'azure.cli',
'azure.cli.command_modules'
Expand Down
4 changes: 2 additions & 2 deletions src/command_modules/azure-cli-network/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup

VERSION = '0.1.0b7'
VERSION = '0.1.0b8'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down Expand Up @@ -43,7 +43,7 @@
author_email='[email protected]',
url='https://github.com/Azure/azure-cli',
classifiers=CLASSIFIERS,
namespace_packages = [
namespace_packages=[
'azure',
'azure.cli',
'azure.cli.command_modules',
Expand Down
4 changes: 2 additions & 2 deletions src/command_modules/azure-cli-profile/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup

VERSION = '0.1.0b7'
VERSION = '0.1.0b8'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down Expand Up @@ -41,7 +41,7 @@
author_email='[email protected]',
url='https://github.com/Azure/azure-cli',
classifiers=CLASSIFIERS,
namespace_packages = [
namespace_packages=[
'azure',
'azure.cli',
'azure.cli.command_modules',
Expand Down
4 changes: 2 additions & 2 deletions src/command_modules/azure-cli-redis/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from codecs import open
from setuptools import setup

VERSION = '0.1.0b7'
VERSION = '0.1.0b8'

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down Expand Up @@ -44,7 +44,7 @@
author_email='[email protected]',
url='https://github.com/Azure/azure-cli',
classifiers=CLASSIFIERS,
namespace_packages = [
namespace_packages=[
'azure',
'azure.cli',
'azure.cli.command_modules',
Expand Down
4 changes: 2 additions & 2 deletions src/command_modules/azure-cli-resource/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup

VERSION = '0.1.0b7'
VERSION = '0.1.0b8'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down Expand Up @@ -41,7 +41,7 @@
author_email='[email protected]',
url='https://github.com/Azure/azure-cli',
classifiers=CLASSIFIERS,
namespace_packages = [
namespace_packages=[
'azure',
'azure.cli',
'azure.cli.command_modules',
Expand Down
4 changes: 2 additions & 2 deletions src/command_modules/azure-cli-role/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup

VERSION = '0.1.0b7'
VERSION = '0.1.0b8'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down Expand Up @@ -42,7 +42,7 @@
author_email='[email protected]',
url='https://github.com/Azure/azure-cli',
classifiers=CLASSIFIERS,
namespace_packages = [
namespace_packages=[
'azure',
'azure.cli',
'azure.cli.command_modules',
Expand Down
4 changes: 2 additions & 2 deletions src/command_modules/azure-cli-storage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup

VERSION = '0.1.0b7'
VERSION = '0.1.0b8'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down Expand Up @@ -42,7 +42,7 @@
author_email='[email protected]',
url='https://github.com/Azure/azure-cli',
classifiers=CLASSIFIERS,
namespace_packages = [
namespace_packages=[
'azure',
'azure.cli',
'azure.cli.command_modules',
Expand Down
4 changes: 2 additions & 2 deletions src/command_modules/azure-cli-taskhelp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup

VERSION = '0.1.0b7'
VERSION = '0.1.0b8'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down Expand Up @@ -40,7 +40,7 @@
author_email='[email protected]',
url='https://github.com/Azure/azure-cli',
classifiers=CLASSIFIERS,
namespace_packages = [
namespace_packages=[
'azure',
'azure.cli',
'azure.cli.command_modules',
Expand Down
4 changes: 2 additions & 2 deletions src/command_modules/azure-cli-vm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup

VERSION = '0.1.0b7'
VERSION = '0.1.0b8'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down Expand Up @@ -45,7 +45,7 @@
author_email='[email protected]',
url='https://github.com/Azure/azure-cli',
classifiers=CLASSIFIERS,
namespace_packages = [
namespace_packages=[
'azure',
'azure.cli',
'azure.cli.command_modules',
Expand Down
4 changes: 2 additions & 2 deletions src/command_modules/azure-cli-webapp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup

VERSION = '0.1.0b7'
VERSION = '0.1.0b8'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down Expand Up @@ -43,7 +43,7 @@
author_email='[email protected]',
url='https://github.com/Azure/azure-cli',
classifiers=CLASSIFIERS,
namespace_packages = [
namespace_packages=[
'azure',
'azure.cli',
'azure.cli.command_modules',
Expand Down

0 comments on commit e93bae5

Please sign in to comment.