Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolv-Arild authored Apr 29, 2024
1 parent 93e729f commit e4912c3
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,9 +5,12 @@
# 3) we can import it into your module module
# https://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package

__version__ = '1.8.2'
__version__ = '1.8.3'

release_notes = {
'1.8.3': """
- Update parse_actions in lookup_act.py (Jeff)
""",
'1.8.2': """
- Fix no touch timer in GameCondition (Rolv)
- Update RLLib example (Aech)
Expand Down

0 comments on commit e4912c3

Please sign in to comment.