Skip to content

Commit

Permalink
Update version number and notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
pvcraven committed Feb 27, 2020
1 parent a9cb1cb commit 7425da1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arcade/version.py
@@ -1,3 +1,3 @@
#!/usr/bin/env python

VERSION = "2.3.6"
VERSION = "2.3.7"
10 changes: 10 additions & 0 deletions doc/release_notes.rst
Expand Up @@ -5,6 +5,16 @@
Release Notes
=============

Version 2.3.7
-------------

*Release Date: Feb-27-2020*

* Bug Fix: If setting color of sprite with 4 ints, also set alpha
* Enhancement: Add image for code page 437
* Bug Fix: Fixes around hit box calcs `Issue 601 <https://github.com/pvcraven/arcade/issues/601>`_
* Bug Fix: Fixes for animated tiles and loading animated tiles from tile maps `Issue 603 <https://github.com/pvcraven/arcade/issues/603>`_

Version 2.3.6
-------------

Expand Down

0 comments on commit 7425da1

Please sign in to comment.