We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21587e3 commit f992fa1Copy full SHA for f992fa1
src/PythonClient/setup.py
@@ -5,7 +5,7 @@
5
import re
6
import fileinput
7
8
-package_version = "0.5.2.dev8"
+package_version = "0.5.2"
9
10
with open("README.md", "r") as fh:
11
long_description = fh.read()
src/builds/csharp/nuget/build_nugets.py
@@ -7,8 +7,8 @@
from typing import List
version = "0.5.2.0"
-informal_version = "0.5.2.0-dev8"
-nuget_version = "0.5.2.0-dev8"
+informal_version = "0.5.2.0"
+nuget_version = "0.5.2.0"
12
13
14
def updatecsproj(projfilepath):
0 commit comments