From 4353c04f2955d6729862e30f328f1c5e3b38dd0d Mon Sep 17 00:00:00 2001 From: vincentpierre Date: Fri, 16 Apr 2021 10:00:39 -0700 Subject: [PATCH 1/2] Version bump for the main branch following branching of release_17 --- com.unity.ml-agents.extensions/package.json | 2 +- com.unity.ml-agents/CHANGELOG.md | 5 +++++ gym-unity/gym_unity/__init__.py | 2 +- ml-agents-envs/mlagents_envs/__init__.py | 2 +- ml-agents/mlagents/trainers/__init__.py | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/com.unity.ml-agents.extensions/package.json b/com.unity.ml-agents.extensions/package.json index cec215933e..e4148b6790 100644 --- a/com.unity.ml-agents.extensions/package.json +++ b/com.unity.ml-agents.extensions/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.ml-agents.extensions", "displayName": "ML Agents Extensions", - "version": "0.3.1-preview", + "version": "0.4.0-preview-preview", "unity": "2019.4", "description": "A source-only package for new features based on ML-Agents", "dependencies": { diff --git a/com.unity.ml-agents/CHANGELOG.md b/com.unity.ml-agents/CHANGELOG.md index 4f9fb87454..1e709f3cd0 100755 --- a/com.unity.ml-agents/CHANGELOG.md +++ b/com.unity.ml-agents/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [Unreleased] +### Major Changes +### Minor Changes +### Bug Fixes + ## [2.0.0-exp.1] - 2021-04-22 ### Major Changes diff --git a/gym-unity/gym_unity/__init__.py b/gym-unity/gym_unity/__init__.py index 9dfb0e107b..971eeccdd5 100644 --- a/gym-unity/gym_unity/__init__.py +++ b/gym-unity/gym_unity/__init__.py @@ -1,5 +1,5 @@ # Version of the library that will be used to upload to pypi -__version__ = "0.26.0.dev0" +__version__ = "0.27.0.dev0" # Git tag that will be checked to determine whether to trigger upload to pypi __release_tag__ = None diff --git a/ml-agents-envs/mlagents_envs/__init__.py b/ml-agents-envs/mlagents_envs/__init__.py index 9dfb0e107b..971eeccdd5 100644 --- a/ml-agents-envs/mlagents_envs/__init__.py +++ b/ml-agents-envs/mlagents_envs/__init__.py @@ -1,5 +1,5 @@ # Version of the library that will be used to upload to pypi -__version__ = "0.26.0.dev0" +__version__ = "0.27.0.dev0" # Git tag that will be checked to determine whether to trigger upload to pypi __release_tag__ = None diff --git a/ml-agents/mlagents/trainers/__init__.py b/ml-agents/mlagents/trainers/__init__.py index 9dfb0e107b..971eeccdd5 100644 --- a/ml-agents/mlagents/trainers/__init__.py +++ b/ml-agents/mlagents/trainers/__init__.py @@ -1,5 +1,5 @@ # Version of the library that will be used to upload to pypi -__version__ = "0.26.0.dev0" +__version__ = "0.27.0.dev0" # Git tag that will be checked to determine whether to trigger upload to pypi __release_tag__ = None From 1cf382b3ebbaf14f44a1993c0b07208a5b1ef558 Mon Sep 17 00:00:00 2001 From: vincentpierre Date: Fri, 16 Apr 2021 10:04:34 -0700 Subject: [PATCH 2/2] Messed up the extensions package version --- com.unity.ml-agents.extensions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.ml-agents.extensions/package.json b/com.unity.ml-agents.extensions/package.json index e4148b6790..ee6f5c368b 100644 --- a/com.unity.ml-agents.extensions/package.json +++ b/com.unity.ml-agents.extensions/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.ml-agents.extensions", "displayName": "ML Agents Extensions", - "version": "0.4.0-preview-preview", + "version": "0.4.0-preview", "unity": "2019.4", "description": "A source-only package for new features based on ML-Agents", "dependencies": {