Skip to content

Commit

Permalink
Merge pull request #96 from Microsoft/4.0.0.a6
Browse files Browse the repository at this point in the history
4.0.0.a6
  • Loading branch information
daveta authored Jul 13, 2018
2 parents 96bc96f + cad291a commit 0405408
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion libraries/botbuilder-core/botbuilder/core/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the MIT License.

__title__ = 'botbuilder-core'
__version__ = '4.0.0.a5'
__version__ = '4.0.0.a6'
__uri__ = 'https://www.github.com/Microsoft/botbuilder-python'
__author__ = 'Microsoft'
__description__ = 'Microsoft Bot Framework Bot Builder'
Expand Down
4 changes: 2 additions & 2 deletions libraries/botbuilder-core/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
botframework-connector>=4.0.0.a5
botbuilder-schema>=4.0.0.a5
botframework-connector>=4.0.0.a6
botbuilder-schema>=4.0.0.a6
requests>=2.18.1
PyJWT==1.5.3
cryptography==2.1.4
4 changes: 2 additions & 2 deletions libraries/botbuilder-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from setuptools import setup

REQUIRES = [
'botbuilder-schema>=4.0.0.a5',
'botframework-connector>=4.0.0.a5']
'botbuilder-schema>=4.0.0.a6',
'botframework-connector>=4.0.0.a6']

root = os.path.abspath(os.path.dirname(__file__))

Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-schema/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup

NAME = "botbuilder-schema"
VERSION = "4.0.0.a5"
VERSION = "4.0.0.a6"
REQUIRES = ["msrest==0.4.29"]

setup(
Expand Down
2 changes: 1 addition & 1 deletion libraries/botframework-connector/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
botbuilder-schema>=4.0.0.a5
botbuilder-schema>=4.0.0.a6
requests>=2.18.1
PyJWT==1.5.3
cryptography==2.1.4
4 changes: 2 additions & 2 deletions libraries/botframework-connector/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
from setuptools import setup

NAME = "botframework-connector"
VERSION = "4.0.0.a5"
VERSION = "4.0.0.a6"
REQUIRES = [
"msrest==0.4.29",
"requests>=2.8.1",
"cryptography>=2.1.4",
"PyJWT>=1.5.3",
"botbuilder-schema>=4.0.0.a3"]
"botbuilder-schema>=4.0.0.a6"]

setup(
name=NAME,
Expand Down
2 changes: 1 addition & 1 deletion samples/Console-EchoBot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
botbuilder-core>=4.0.0.a5
botbuilder-core>=4.0.0.a6
2 changes: 1 addition & 1 deletion samples/EchoBot-with-State/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
botbuilder-core>=4.0.0.a5
botbuilder-core>=4.0.0.a6
aiohttp>=3.0.0
2 changes: 1 addition & 1 deletion samples/Rich-Cards-Bot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
botbuilder-core>=4.0.0.a5
botbuilder-core>=4.0.0.a6
aiohttp>=3.0.0

0 comments on commit 0405408

Please sign in to comment.