Skip to content

Commit a6b04b1

Browse files
authored
Bump version for 1.14 (microsoft#2203)
1 parent 1dc01fb commit a6b04b1

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

library/fixed_point/qsharp.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"github": {
77
"owner": "Microsoft",
88
"repo": "qsharp",
9-
"ref": "v1.13",
9+
"ref": "v1.14.0",
1010
"path": "library/signed"
1111
}
1212
}

library/signed/qsharp.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"github": {
77
"owner": "Microsoft",
88
"repo": "qsharp",
9-
"ref": "v1.13",
9+
"ref": "v1.14.0",
1010
"path": "library/qtest"
1111
}
1212
}

version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77

88
# To be updated every time we start a new major.minor version.
9-
major_minor = "1.13"
9+
major_minor = "1.14"
1010

1111
# Default to 'dev' builds
1212
BUILD_TYPE = os.environ.get("BUILD_TYPE") or "dev"

vscode/src/registry.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"github": {
88
"owner": "microsoft",
99
"repo": "qsharp",
10-
"refs": [{ "ref": "main", "notes": "nightly, unstable" }],
10+
"refs": [
11+
{ "ref": "v1.14.0", "notes": "latest stable" },
12+
{ "ref": "main", "notes": "nightly, unstable" }
13+
],
1114
"path": "library/chemistry"
1215
}
1316
}
@@ -20,7 +23,7 @@
2023
"owner": "microsoft",
2124
"repo": "qsharp",
2225
"refs": [
23-
{ "ref": "v1.13", "notes": "latest stable" },
26+
{ "ref": "v1.14.0", "notes": "latest stable" },
2427
{ "ref": "main", "notes": "nightly, unstable" }
2528
],
2629
"path": "library/signed"
@@ -35,7 +38,7 @@
3538
"owner": "microsoft",
3639
"repo": "qsharp",
3740
"refs": [
38-
{ "ref": "v1.13", "notes": "latest stable" },
41+
{ "ref": "v1.14.0", "notes": "latest stable" },
3942
{ "ref": "main", "notes": "nightly, unstable" }
4043
],
4144
"path": "library/fixed_point"
@@ -50,7 +53,7 @@
5053
"owner": "microsoft",
5154
"repo": "qsharp",
5255
"refs": [
53-
{ "ref": "v1.13", "notes": "latest stable" },
56+
{ "ref": "v1.14.0", "notes": "latest stable" },
5457
{ "ref": "main", "notes": "nightly, unstable" }
5558
],
5659
"path": "library/rotations"
@@ -65,7 +68,7 @@
6568
"owner": "microsoft",
6669
"repo": "qsharp",
6770
"refs": [
68-
{ "ref": "v1.13", "notes": "latest stable" },
71+
{ "ref": "v1.14.0", "notes": "latest stable" },
6972
{ "ref": "main", "notes": "nightly, unstable" }
7073
],
7174
"path": "library/qtest"

0 commit comments

Comments
 (0)