diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a7d7d5b5b..65ab8e0c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ You can grab pre-release versions from PyPi. See the available versions from the Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page. -## Version 3.1 (unreleased) +## Version 3.1 - Drop Python 3.9 support - Disable shadow window on all platforms to provide a consistent experience diff --git a/arcade/VERSION b/arcade/VERSION index d9c62ed923..a0cd9f0ccb 100644 --- a/arcade/VERSION +++ b/arcade/VERSION @@ -1 +1 @@ -3.0.2 \ No newline at end of file +3.1.0 \ No newline at end of file