Skip to content

Commit

Permalink
Update version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolv-Arild committed Jan 10, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7b94de6 commit 27d7500
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rlgym_tools/version.py
Original file line number Diff line number Diff line change
@@ -5,10 +5,14 @@
# 3) we can import it into your module module
# https://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package

__version__ = '2.0.3'
__version__ = '2.1.0'


release_notes = {
'2.1.0': """
- Add reward reporting tools for inspecting rewards with replays
- Add some convenience methods to the Action dataclass
""",
'2.0.3': """
- Update MANIFEST.in to include carball.exe
""",

0 comments on commit 27d7500

Please sign in to comment.