-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump all modules to version 0.1.0b8 (#1136)
- Loading branch information
1 parent
b9aaff2
commit e93bae5
Showing
24 changed files
with
47 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
import pkg_resources | ||
pkg_resources.declare_namespace(__name__) | ||
|
||
__version__ = "0.1.0b7" | ||
__version__ = "0.1.0b8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ | |
pkg_resources.declare_namespace(__name__) | ||
|
||
__author__ = "Microsoft Corporation <[email protected]>" | ||
__version__ = "0.1.0b7" | ||
__version__ = "0.1.0b8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
@@ -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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
@@ -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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
@@ -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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
@@ -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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
@@ -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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
@@ -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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
@@ -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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
@@ -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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
@@ -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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
@@ -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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
@@ -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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
@@ -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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
@@ -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', | ||
|