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 Feb 14, 2023
1 parent a876403 commit 435f06d
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
Expand Up @@ -5,9 +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__ = '1.8.1'
__version__ = '1.8.2'

release_notes = {
'1.8.2': """
- Fix no touch timer in GameCondition (Rolv)
- Update RLLib example (Aech)
""",
'1.8.1': """
- Refactor GameCondition (Rolv, Impossibum)
- Fix a small mistake in LookupAction (Rolv)
Expand Down

0 comments on commit 435f06d

Please sign in to comment.