Skip to content

Commit

Permalink
Updated Python Worker Version to 4.7.0 for hotfix 4.10.4 (#8706)
Browse files Browse the repository at this point in the history
* Update Python Worker Version to 4.7.0 (#8704)

Co-authored-by: AzureFunctionsPython <[email protected]>

* Updated patch version for 4.10.4 hotfix

Co-authored-by: AzureFunctionsPython <[email protected]>
  • Loading branch information
gavin-aguiar and AzureFunctionsPython authored Sep 2, 2022
1 parent 1d97ee0 commit 6e29145
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>latest</LangVersion>
<MajorVersion>4</MajorVersion>
<MinorVersion>10</MinorVersion>
<PatchVersion>3</PatchVersion>
<PatchVersion>4</PatchVersion>
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
<PreviewVersion></PreviewVersion>

Expand Down
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="4.6.0" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.7.0" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<!-- Please add your release notes in the following format:
- My change description (#PR)
-->
- Update Python Worker Version to [4.7.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.7.0)
- Update Python Worker Version to [4.6.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.6.0)
- Update Python Worker Version to [4.5.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.5.0)

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 @@ -56,7 +56,7 @@
<PackageReference Include="appinsights.testlogger" Version="1.0.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.0" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.6.0" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="Moq" Version="4.9.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004" />
Expand Down

0 comments on commit 6e29145

Please sign in to comment.