Skip to content

Commit

Permalink
Bump all modules to version 0.1.0b11 (#1533)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbekoe authored Dec 12, 2016
1 parent 7addfcb commit 08dd66c
Show file tree
Hide file tree
Showing 24 changed files with 29 additions and 23 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.4-1) unstable; urgency=low

* Includes version 0.1.0b11 of all required command modules

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

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

* Includes version 0.1.0b10 of all required command modules
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.0b10+dev"
__version__ = "0.1.0b11+dev"
2 changes: 1 addition & 1 deletion 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.0b10+dev"
VERSION = "0.1.0b11+dev"

# If we have source, validate that our version numbers match
# This should prevent uploading releases with mismatched versions.
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.0b10+dev"
__version__ = "0.1.0b11+dev"
2 changes: 1 addition & 1 deletion 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.0b10+dev"
VERSION = "0.1.0b11+dev"

# If we have source, validate that our version numbers match
# This should prevent uploading releases with mismatched versions.
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.0b10+dev'
VERSION = '0.1.0b11+dev'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0b10+dev'
VERSION = '0.1.0b11+dev'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down
2 changes: 1 addition & 1 deletion src/command_modules/azure-cli-appservice/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.0b10+dev'
VERSION = '0.1.0b11+dev'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
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.0b10+dev'
VERSION = '0.1.0b11+dev'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down
2 changes: 1 addition & 1 deletion 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.0b10+dev'
VERSION = '0.1.0b11+dev'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down
2 changes: 1 addition & 1 deletion 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.0b10+dev'
VERSION = '0.1.0b11+dev'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down
2 changes: 1 addition & 1 deletion src/command_modules/azure-cli-container/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.0b10+dev'
VERSION = '0.1.0b11+dev'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
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.0b10+dev'
VERSION = '0.1.0b11+dev'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down
2 changes: 1 addition & 1 deletion 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.0b10+dev'
VERSION = '0.1.0b11+dev'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down
2 changes: 1 addition & 1 deletion 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.0b10+dev'
VERSION = '0.1.0b11+dev'

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
2 changes: 1 addition & 1 deletion 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.0b10+dev'
VERSION = '0.1.0b11+dev'

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
2 changes: 1 addition & 1 deletion 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.0b10+dev'
VERSION = '0.1.0b11+dev'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down
2 changes: 1 addition & 1 deletion 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.0b10+dev'
VERSION = '0.1.0b11+dev'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down
2 changes: 1 addition & 1 deletion 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.0b10+dev'
VERSION = '0.1.0b11+dev'

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
2 changes: 1 addition & 1 deletion 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.0b10+dev'
VERSION = '0.1.0b11+dev'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down
2 changes: 1 addition & 1 deletion 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.0b10+dev'
VERSION = '0.1.0b11+dev'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down
2 changes: 1 addition & 1 deletion 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.0b10+dev'
VERSION = '0.1.0b11+dev'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down
2 changes: 1 addition & 1 deletion 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.0b10+dev'
VERSION = '0.1.0b11+dev'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down
2 changes: 1 addition & 1 deletion 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.0b10+dev'
VERSION = '0.1.0b11+dev'

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 08dd66c

Please sign in to comment.