Skip to content

Commit 2335fc7

Browse files
author
Chris Elion
authored
1.7.2 (#4800)
1 parent 6acc042 commit 2335fc7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

com.unity.ml-agents.extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"unity": "2018.4",
66
"description": "A source-only package for new features based on ML-Agents",
77
"dependencies": {
8-
"com.unity.ml-agents": "1.7.1-preview"
8+
"com.unity.ml-agents": "1.7.2-preview"
99
}
1010
}

com.unity.ml-agents/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to
77
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

99

10-
## [1.7.1-preview] - 2020-12-21
10+
## [1.7.2-preview] - 2020-12-22
1111
### Bug Fixes
1212
#### com.unity.ml-agents (C#)
1313
- Add analytics package dependency to the package manifest. (#4794)

com.unity.ml-agents/Runtime/Academy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public class Academy : IDisposable
9999
/// Unity package version of com.unity.ml-agents.
100100
/// This must match the version string in package.json and is checked in a unit test.
101101
/// </summary>
102-
internal const string k_PackageVersion = "1.7.1-preview";
102+
internal const string k_PackageVersion = "1.7.2-preview";
103103

104104
const int k_EditorTrainingPort = 5004;
105105

com.unity.ml-agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.ml-agents",
33
"displayName": "ML Agents",
4-
"version": "1.7.1-preview",
4+
"version": "1.7.2-preview",
55
"unity": "2018.4",
66
"description": "Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).",
77
"dependencies": {

utils/make_readme_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def display_name(self) -> str:
7777
ReleaseInfo("release_9", "1.5.0", "0.21.1", "November 4, 2020"),
7878
ReleaseInfo("release_10", "1.6.0", "0.22.0", "November 18, 2020"),
7979
ReleaseInfo("release_11", "1.7.0", "0.23.0", "December 21, 2020"),
80-
ReleaseInfo("release_12", "1.7.1", "0.23.0", "December 22, 2020"),
80+
ReleaseInfo("release_12", "1.7.2", "0.23.0", "December 22, 2020"),
8181
]
8282

8383
MAX_DAYS = 150 # do not print releases older than this many days

0 commit comments

Comments
 (0)