8000 Merge pull request #96 from Microsoft/4.0.0.a6 · microsoft/botbuilder-python@0405408 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0405408

Browse files
authored
Merge pull request #96 from Microsoft/4.0.0.a6
4.0.0.a6
2 parents 96bc96f + cad291a commit 0405408

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

libraries/botbuilder-core/botbuilder/core/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the MIT License.
33

44
__title__ = 'botbuilder-core'
5-
__version__ = '4.0.0.a5'
5+
__version__ = '4.0.0.a6'
66
__uri__ = 'https://www.github.com/Microsoft/botbuilder-python'
77
__author__ = 'Microsoft'
88
__description__ = 'Microsoft Bot Framework Bot Builder'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
2-
botframework-connector>=4.0.0.a5
3-
botbuilder-schema>=4.0.0.a5
2+
botframework-connector>=4.0.0.a6
3+
botbuilder-schema>=4.0.0.a6
44
requests>=2.18.1
55
PyJWT==1.5.3
66
cryptography==2.1.4

libraries/botbuilder-core/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
from setuptools import setup
66

77
REQUIRES = [
8-
'botbuilder-schema>=4.0.0.a5',
9-
'botframework-connector>=4.0.0.a5']
8+
'botbuilder-schema>=4.0.0.a6',
9+
'botframework-connector>=4.0.0.a6']
1010

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

libraries/botbuilder-schema/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup
55

66
NAME = "botbuilder-schema"
7-
VERSION = "4.0.0.a5"
7+
VERSION = "4.0.0.a6"
88
REQUIRES = ["msrest==0.4.29"]
99

1010
setup(
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
2-
botbuilder-schema>=4.0.0.a5
2+
botbuilder-schema>=4.0.0.a6
33
requests>=2.18.1
44
PyJWT==1.5.3
55
cryptography==2.1.4

libraries/botframework-connector/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
from setuptools import setup
55

66
NAME = "botframework-connector"
7-
VERSION = "4.0.0.a5"
7+
VERSION = "4.0.0.a6"
88
REQUIRES = [
99
"msrest==0.4.29",
1010
"requests>=2.8.1",
1111
"cryptography>=2.1.4",
1212
"PyJWT>=1.5.3",
13-
"botbuilder-schema>=4.0.0.a3"]
13+
"botbuilder-schema>=4.0.0.a6"]
1414

1515
setup(
1616
name=NAME,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
2-
botbuilder-core>=4.0.0.a5
2+
botbuilder-core>=4.0.0.a6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
2-
botbuilder-core>=4.0.0.a5
2+
botbuilder-core>=4.0.0.a6
33
aiohttp>=3.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
2-
botbuilder-core>=4.0.0.a5
2+
botbuilder-core>=4.0.0.a6
33
aiohttp>=3.0.0

0 commit comments

Comments
 (0)
0