From fba3f36094e5a655cf5e24e6fe051b17dac157ca Mon Sep 17 00:00:00 2001 From: Paul V Craven Date: Wed, 2 Apr 2025 16:18:11 -0500 Subject: [PATCH] Update release version to 3.1.0 --- CHANGELOG.md | 2 +- arcade/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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