10000 Version to 4.15.0 (#1761) · jayryanj/botbuilder-python@8d71980 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d71980

Browse files
authored
Version to 4.15.0 (microsoft#1761)
* Version to 4.15.0 * Updated version in README
1 parent d80ca48 commit 8d71980

File tree

33 files changed

+63
-63
lines changed

33 files changed

+63
-63
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For more information jump to a section below.
2121

2222
| Branch | Description | Build Status | Coverage Status | Code Style |
2323
|----|---------------|--------------|-----------------|--|
24-
| Main | 4.14.* Builds | [![Build Status](https://fuselabs.visualstudio.com/SDK_v4/_apis/build/status/Python/Python-CI-PR-yaml?branchName=main)](https://fuselabs.visualstudio.com/SDK_v4/_build/latest?definitionId=771&branchName=main) | [![Coverage Status](https://coveralls.io/repos/github/microsoft/botbuilder-python/badge.svg?branch=HEAD)](https://coveralls.io/github/microsoft/botbuilder-python?branch=HEAD) | [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) |
24+
| Main | 4.15.0 Builds | [![Build Status](https://fuselabs.visualstudio.com/SDK_v4/_apis/build/status/Python/Python-CI-PR-yaml?branchName=main)](https://fuselabs.visualstudio.com/SDK_v4/_build/latest?definitionId=771&branchName=main) | [![Coverage Status](https://coveralls.io/repos/github/microsoft/botbuilder-python/badge.svg?branch=HEAD)](https://coveralls.io/github/microsoft/botbuilder-python?branch=HEAD) | [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) |
2525

2626
## Packages
2727

libraries/botbuilder-adapters-slack/botbuilder/adapters/slack/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__title__ = "botbuilder-adapters-slack"
77
__version__ = (
8-
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.14.0"
8+
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
99
)
1010
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
1111
__author__ = "Microsoft"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
aiohttp==3.7.4
22
pyslack
3-
botbuilder-core==4.14.0
3+
botbuilder-core==4.15.0
44
slackclient

libraries/botbuilder-adapters-slack/setup.py

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

77
REQUIRES = [
8-
"botbuilder-schema==4.14.0",
9-
"botframework-connector==4.14.0",
10-
"botbuilder-core==4.14.0",
8+
"botbuilder-schema==4.15.0",
9+
"botframework-connector==4.15.0",
10+
"botbuilder-core==4.15.0",
1111
"pyslack",
1212
"slackclient",
1313
]

libraries/botbuilder-ai/botbuilder/ai/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__title__ = "botbuilder-ai"
77
__version__ = (
8-
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.14.0"
8+
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
99
)
1010
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
1111
__author__ = "Microsoft"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
msrest==0.6.10
2-
botbuilder-schema==4.14.0
3-
botbuilder-core==4.14.0
2+
botbuilder-schema==4.15.0
3+
botbuilder-core==4.15.0
44
requests==2.23.0
55
aiounittest==1.3.0
66
azure-cognitiveservices-language-luis==0.2.0

libraries/botbuilder-ai/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
REQUIRES = [
88
"azure-cognitiveservices-language-luis==0.2.0",
9-
"botbuilder-schema==4.14.0",
10-
"botbuilder-core==4.14.0",
9+
"botbuilder-schema==4.15.0",
10+
"botbuilder-core==4.15.0",
1111 EED3
"aiohttp>=3.6.2,<3.8.0",
1212
]
1313

libraries/botbuilder-applicationinsights/botbuilder/applicationinsights/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__title__ = "botbuilder-applicationinsights"
88
__version__ = (
9-
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.14.0"
9+
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
1010
)
1111
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
1212
__author__ = "Microsoft"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
msrest==0.6.10
2-
botbuilder-core==4.14.0
2+
botbuilder-core==4.15.0
33
aiounittest==1.3.0

libraries/botbuilder-applicationinsights/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
REQUIRES = [
88
"applicationinsights==0.11.9",
9-
"botbuilder-schema==4.14.0",
10-
"botframework-connector==4.14.0",
11-
"botbuilder-core==4.14.0",
9+
"botbuilder-schema==4.15.0",
10+
"botframework-connector==4.15.0",
11+
"botbuilder-core==4.15.0",
1212
]
1313
TESTS_REQUIRES = [
1414
"aiounittest==1.3.0",

0 commit comments

Comments
 (0)
0