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 18, 2025
1 parent 065638a commit 18fb2e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rlgym_tools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
# 3) we can import it into your module module
# https://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package

__version__ = '2.1.0'
__version__ = '2.1.1'


release_notes = {
'2.1.1': """
- Improve accuracy of the replay to RLGym converter
""",
'2.1.0': """
- Add reward reporting tools for inspecting rewards with replays
- Add some convenience methods to the Action dataclass
Expand Down

0 comments on commit 18fb2e6

Please sign in to comment.