From 7425da16e16112041bbd52713b46acfd2d094222 Mon Sep 17 00:00:00 2001 From: Paul Vincent Craven Date: Thu, 27 Feb 2020 11:11:33 -0600 Subject: [PATCH] Update version number and notes. --- arcade/version.py | 2 +- doc/release_notes.rst | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/arcade/version.py b/arcade/version.py index e500d844b..ae76ee570 100644 --- a/arcade/version.py +++ b/arcade/version.py @@ -1,3 +1,3 @@ #!/usr/bin/env python -VERSION = "2.3.6" +VERSION = "2.3.7" diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 01564afca..8f1490b20 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -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 `_ +* Bug Fix: Fixes for animated tiles and loading animated tiles from tile maps `Issue 603 `_ + Version 2.3.6 -------------