Skip to content

Commit 6bb8c18

Browse files
committed
Remove alpha tag from the version number
1 parent e4410ee commit 6bb8c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildtools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
VER_MINOR = 2
2727
VER_RELEASE = 1
2828

29-
VER_FLAGS = "a1" # wxPython release flags
29+
VER_FLAGS = "" # wxPython release flags
3030

3131
# The VER_FLAGS value is appended to the version number constructed from the
3232
# first 3 components and should be set according to the following patterns.

0 commit comments

Comments
 (0)