浏览代码

fix release versions and changelog section

/main
Chris Elion 3 年前
当前提交
27af58f0
共有 4 个文件被更改,包括 16 次插入6 次删除
  1. 10
      com.unity.ml-agents/CHANGELOG.md
  2. 4
      gym-unity/gym_unity/__init__.py
  3. 4
      ml-agents-envs/mlagents_envs/__init__.py
  4. 4
      ml-agents/mlagents/trainers/__init__.py

10
com.unity.ml-agents/CHANGELOG.md


and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Major Changes
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
#### ml-agents / ml-agents-envs / gym-unity (Python)
### Minor Changes
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
#### ml-agents / ml-agents-envs / gym-unity (Python)
### Bug Fixes
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
#### ml-agents / ml-agents-envs / gym-unity (Python)
## [2.1.0-exp.1] - 2021-06-09
### Minor Changes

4
gym-unity/gym_unity/__init__.py


# Version of the library that will be used to upload to pypi
__version__ = "0.27.0"
__version__ = "0.28.0.dev0"
__release_tag__ = "release_18"
__release_tag__ = None

4
ml-agents-envs/mlagents_envs/__init__.py


# Version of the library that will be used to upload to pypi
__version__ = "0.27.0"
__version__ = "0.28.0.dev0"
__release_tag__ = "release_18"
__release_tag__ = None

4
ml-agents/mlagents/trainers/__init__.py


# Version of the library that will be used to upload to pypi
__version__ = "0.27.0"
__version__ = "0.28.0.dev0"
__release_tag__ = "release_18"
__release_tag__ = None
正在加载...
取消
保存