diff --git a/arcade/version.py b/arcade/version.py index 0a99c0395..f44fbf896 100644 --- a/arcade/version.py +++ b/arcade/version.py @@ -1,3 +1,3 @@ #!/usr/bin/env python -VERSION = "2.3.14" +VERSION = "2.3.15" diff --git a/doc/release_notes.rst b/doc/release_notes.rst index d20b5270b..80c83f25e 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -5,6 +5,25 @@ Release Notes ============= +Version 2.3.15 +-------------- + +*Release Date: Apr-14-2020* + +* Bug Fix: Fix invalid empty text width `Issue 633 `_ +* Bug Fix: Make sure file name is string before checking resources `Issue 636 `_ +* Enhancement: Implement Size and Rotation for Tiled Objects `Issue 638 `_ +* Documentation: Fix incorrect link to 'sprites following player' example + +Version 2.3.14 +-------------- + +*Release Date: Apr-9-2020* + +* Bug Fix: Another attempt at fixing sprites with different dimensions added to + same SpriteList didn't display correctly `Issue 630 `_ +* Add lots of unit tests around Sprites and texture loading. + Version 2.3.13 --------------