Skip to content

Commit

Permalink
[pack] update python worker to 1.3.1 (#6629)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazhzeng committed Sep 9, 2020
1 parent fe57dc4 commit be37853
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/python.props
@@ -1,5 +1,5 @@
<Project>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.0.14120" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.0.14413" />
</ItemGroup>
</Project>
2 changes: 2 additions & 0 deletions release_notes.md
Expand Up @@ -2,6 +2,8 @@
<!-- Please add your release notes in the following format:
- My change description (#PR)
-->
- Update Python Worker to 1.1.5 [Release Note](https://github.com/Azure/azure-functions-python-worker/releases/tag/1.1.5)
- Update Python Library to 1.3.1 [Release Note](https://github.com/Azure/azure-functions-python-library/releases/tag/1.3.1)

**Release sprint:** Sprint 84
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+84%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+84%22+label%3Afeature+is%3Aclosed) ]
2 changes: 1 addition & 1 deletion test/WebJobs.Script.Tests/WebJobs.Script.Tests.csproj
Expand Up @@ -49,7 +49,7 @@
<PackageReference Include="appinsights.testlogger" Version="1.0.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.1.0" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.0.14120" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.0.14413" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
<PackageReference Include="Moq" Version="4.9.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004" />
Expand Down

0 comments on commit be37853

Please sign in to comment.