Skip to content

Commit 4358227

Browse files
HazhzengAzureFunctionsPython
andauthored
Update v3 Python Worker Version to 1.1.10 (#6940)
* Update v3 Python Worker Version to 1.1.10 * Update sprint to 89 Co-authored-by: AzureFunctionsPython <[email protected]>
1 parent 7247925 commit 4358227

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

build/python.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<ItemGroup>
3-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.1.1.8" />
3+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.1.1.10" />
44
</ItemGroup>
55
</Project>

release_notes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<!-- Please add your release notes in the following format:
33
- My change description (#PR)
44
-->
5+
- Update Python Worker Version to [1.1.10](https://github.com/Azure/azure-functions-python-worker/releases/tag/1.1.10)
56
- Configure host.json to use workflow when creating a default host.json and app is identified as a logic app. (#6810)
67

78

8-
**Release sprint:** Sprint 88
9-
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+88%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+88%22+label%3Afeature+is%3Aclosed) ]
9+
**Release sprint:** Sprint 89
10+
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+89%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+89%22+label%3Afeature+is%3Aclosed) ]

test/WebJobs.Script.Tests/WebJobs.Script.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\..\build\common.props" />
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
@@ -49,7 +49,7 @@
4949
<PackageReference Include="appinsights.testlogger" Version="1.0.0" />
5050
<PackageReference Include="FluentAssertions" Version="5.9.0" />
5151
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.1.0" />
52-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.1.1.8" />
52+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.1.1.10" />
5353
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
5454
<PackageReference Include="Moq" Version="4.9.0" />
5555
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004" />

0 commit comments

Comments
 (0)