Skip to content

Commit 63ae414

Browse files
committed
Bump to version 3.15 (part 2)
- removed innosetup installation in appveyor since now is installed by default
1 parent a3d4566 commit 63ae414

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 3.14.{build}
1+
version: 3.15.{build}
22

33
image:
44
- Visual Studio 2022
@@ -16,7 +16,6 @@ environment:
1616

1717
install:
1818
- if %PYTHONDIR:-x64=%==%PYTHONDIR% (set ARCH=x86) else set ARCH=x64
19-
- choco install -y InnoSetup
2019
- set PATH=%PYTHONDIR%;%PYTHONDIR%\scripts;C:\Program Files (x86)\Inno Setup 5;%PATH%
2120
- python --version
2221
- echo %PATH%

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# Versions should comply with PEP440. For a discussion on single-sourcing
3838
# the version across setup.py and the project code, see
3939
# https://packaging.python.org/en/latest/single_source_version.html
40-
version='3.14.0',
40+
version='3.15.0',
4141

4242
description='L5R RPG character manager',
4343

0 commit comments

Comments
 (0)