Skip to content

Commit

Permalink
Bump version 1.2.0 to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamenot committed Jul 11, 2023
1 parent da7975f commit 67fa1a8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ All text added must be human-readable.

Copy and pasting the git commit messages is __NOT__ enough.

## [Unreleased]
## [Unreleased] - XXXX-XX-XX
### Added
### Changed
### Deprecated
### Fixed
### Removed
### Security

## [1.3.0] - 2023-07-11
### Added
- Added `rllib/pg_example.py` to demonstrate a simple integration with `RLlib` and `tensorflow` for policy training.
- Added `rllib/pg_pbt_example.py` to demonstrate integration with `ray.RLlib`, `tensorflow`, and `ray.tune` for scheduled policy training.
Expand Down Expand Up @@ -696,3 +704,11 @@ the missions for all agents.
– Note any features that have been deleted and removed from the software.
### Security
– Invite users to upgrade and avoid fixed software vulnerabilities.

## [Version] - XXXX-XX-XX
### Added
### Changed
### Deprecated
### Fixed
### Removed
### Security
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = smarts
version = 1.2.0
version = 1.3.0
url = https://github.com/huawei-noah/SMARTS
long_description = file:README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 67fa1a8

Please sign in to comment.