Skip to content

Commit

Permalink
Update version.py (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDowns authored Mar 29, 2022
1 parent 12eb2d4 commit 0b4ce2f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions rlgym_tools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@
# 3) we can import it into your module module
# https://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package

__version__ = '1.6.3'
__version__ = '1.6.4'

release_notes = {
'1.6.4':
"""
-Added wall play state setter (Soren)
""",
'1.6.3':
"""
- Fix hoops-like setter for multiple players (Carrot)
""",
"""
- Fix hoops-like setter for multiple players (Carrot)
""",
'1.6.2':
"""
- Added hoops-like setter (Carrot)
Expand Down

0 comments on commit 0b4ce2f

Please sign in to comment.