diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a2807b6b2..b06b3d7ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,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. -## 3.3 (Unreleased) +## 3.3.0 - Fixed an issue causing a crash when closing the window - Added `Window.closed` (bool) attribute indicating if the window is closed diff --git a/arcade/VERSION b/arcade/VERSION index a4f52a5dbb..0fa4ae4890 100644 --- a/arcade/VERSION +++ b/arcade/VERSION @@ -1 +1 @@ -3.2.0 \ No newline at end of file +3.3.0 \ No newline at end of file