Skip to content

Commit 4544d2a

Browse files
committed
version 3.0.20 for alpha tests
1 parent dfcfd55 commit 4544d2a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef _PYTHONSCRIPTVERSION_H
22
#define _PYTHONSCRIPTVERSION_H
33

4-
#define PYSCR_VERSION_NUMERIC 3,0,19,0
5-
#define PYSCR_VERSION_STRING "3.0.19.0"
4+
#define PYSCR_VERSION_NUMERIC 3,0,20,0
5+
#define PYSCR_VERSION_STRING "3.0.20.0"
66

77
#endif

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 3.0.19.{build}
1+
version: 3.0.20.{build}
22
image: Visual Studio 2022
33

44

@@ -42,6 +42,7 @@ after_build:
4242
- if "%configuration%"=="Release" make.bat html
4343

4444
- cd "%APPVEYOR_BUILD_FOLDER%"\installer
45+
- dir
4546
- set WIX_PATH="C:\Program Files (x86)\WiX Toolset v3.14\bin"
4647
- set PATH=%WIX_PATH%;%PATH%
4748
- if "%platform_input%"=="x64" SET PYTHONBUILDDIR_X64="%APPVEYOR_BUILD_FOLDER%"\packages\python.3.12.8\tools

0 commit comments

Comments
 (0)