Skip to content

Commit

Permalink
Update Python v3 worker to Microsoft.Azure.Functions.PythonWorker.3.0…
Browse files Browse the repository at this point in the history
….14492.nupkg (Azure#6724)
  • Loading branch information
vrdmr authored Oct 1, 2020
1 parent 6b4f51e commit 3b7074e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/python.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.0.14413" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.0.14492" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +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)
- Update Python Worker to 1.1.6 [Release Note](https://github.com/Azure/azure-functions-python-worker/releases/tag/1.1.6)
- Update Python Library to 1.4.0 [Release Note](https://github.com/Azure/azure-functions-python-library/releases/tag/1.4.0)
- Update PowerShell Worker to 3.0.552 (PS6) [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.552) and 3.0.549 (PS7) [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.549)
- Update Java Worker to 1.8.0 [Release Note](https://github.com/Azure/azure-functions-java-worker/releases/tag/1.8.0)
- Update Java Library to 1.4.0 [Release Note](https://github.com/Azure/azure-functions-java-library)
Expand Down
2 changes: 1 addition & 1 deletion test/WebJobs.Script.Tests/WebJobs.Script.Tests.csproj
Original file line number Diff line number Diff line change
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.14413" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.0.14492" />
<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 3b7074e

Please sign in to comment.