Skip to content

Commit 00271a3

Browse files
authored
Bump Python APIView version. (#7869)
1 parent 7f08a39 commit 00271a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

eng/pipelines/apiview-review-gen-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ parameters:
2020
variables:
2121
PythonIndexUrl: 'https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/'
2222
PythonVersion: '3.10'
23-
ApiStubVersion: '0.3.10'
23+
ApiStubVersion: '0.3.12'
2424

2525
jobs:
2626
- job: CreatePythonReviewCodeFile

src/dotnet/APIView/APIViewWeb/Languages/PythonLanguageService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class PythonLanguageService : LanguageProcessor
1717
private readonly TelemetryClient _telemetryClient;
1818
public override string Name { get; } = "Python";
1919
public override string[] Extensions { get; } = { ".whl" };
20-
public override string VersionString { get; } = "0.3.10";
20+
public override string VersionString { get; } = "0.3.12";
2121
public override string ProcessName => _pythonExecutablePath;
2222

2323
public PythonLanguageService(IConfiguration configuration, TelemetryClient telemetryClient)

0 commit comments

Comments
 (0)