Skip to content

Commit 33e5960

Browse files
pvcravenPaul V Craven
andauthored
Update version (#2783)
* Update version * Update version --------- Co-authored-by: Paul V Craven <paul.craven@optimizley.com>
1 parent e55fa7b commit 33e5960

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
You can grab pre-release versions from PyPi. See the available versions from the
44
Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
55

6-
## Unreleased
6+
## 3.3.3
77

88
- Support for Python 3.14
99
- Fixes a bug with the `check_for_collision_with_lists` function. This function is intended to mimic the functionality of
@@ -19,7 +19,8 @@ Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
1919

2020
- PyInstaller
2121
- Fixed an issue where imports for backends for the `arcade.gl` package could not be discovered by PyInstaller.
22-
Since 3.3.0 users have needed to add these hidden imports via the pyinstaller CLI in order for Arcade to work. See [2764](https://github.com/pythonarcade/arcade/pull/2764)
22+
Since 3.3.0 users have needed to add these hidden imports via the pyinstaller CLI in order for Arcade to work.
23+
See [2764](https://github.com/pythonarcade/arcade/pull/2764)
2324

2425
- GUI
2526
- Fix a bug, where the caret of UIInputText was misplaced after resizing the widget

arcade/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.2
1+
3.3.3

0 commit comments

Comments
 (0)