Skip to content

Commit 256c421

Browse files
committed
Bump version and add to release notes
1 parent ee455bb commit 256c421

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

RELEASENOTES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Releases, starting with 9/2/2021, are listed with the most recent release at the
66

77
__Bug Fixes__:
88

9-
#1383 `torch.linalg.vector_norm`: Make `ord`-argument optional, as specified in docs
9+
#1383 `torch.linalg.vector_norm`: Make `ord`-argument optional, as specified in docs<br/>
10+
#1385 PackedSequence now participates in the DisposeScope system at the same level as Tensor objects.<br/>
1011

1112
# NuGet Version 0.103.0
1213

build/BranchInfo.props

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<PropertyGroup>
33
<MajorVersion>0</MajorVersion>
44
<MinorVersion>103</MinorVersion>
5-
<PatchVersion>0</PatchVersion>
6-
<PreviousPackageVersion>0.102.8</PreviousPackageVersion>
5+
<PatchVersion>1</PatchVersion>
6+
<PreviousPackageVersion>0.103.0</PreviousPackageVersion>
77
</PropertyGroup>
8-
9-
</Project>
8+
</Project>

0 commit comments

Comments
 (0)