Skip to content

Commit 9c3d886

Browse files
committed
Upgraded version number to 5.3.2.
1 parent 51b740f commit 9c3d886

File tree

8 files changed

+17
-13
lines changed

8 files changed

+17
-13
lines changed

Resources/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
BUILD_RST = False
2828

2929
APP_NAME = 'Cecilia5'
30-
APP_VERSION = '5.3.1'
30+
APP_VERSION = '5.3.2'
3131
APP_COPYRIGHT = 'iACT, 2017'
3232
FILE_EXTENSION = "c5"
3333
PRESETS_DELIMITER = "####################################\n" \

doc-en/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
# built documents.
4747
#
4848
# The short X.Y version.
49-
version = '5.3.1'
49+
version = '5.3.2'
5050
# The full version, including alpha/beta/rc tags.
51-
release = '5.3.1'
51+
release = '5.3.2'
5252

5353
# The language for content autogenerated by Sphinx. Refer to documentation
5454
# for a list of supported languages.

doc-en/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
Cecilia 5.3.1 documentation
6+
Cecilia 5.3.2 documentation
77
=============================================
88

99
.. image:: /images/Cecilia_splash.png
1010
:scale: 75 %
1111
:align: center
1212

13-
Welcome to the Cecilia 5.3.1 documentation!
13+
Welcome to the Cecilia 5.3.2 documentation!
1414

1515
Cecilia is an audio signal processing environment. Cecilia lets you create
1616
your own GUI (grapher, sliders, toggles, popup menus) using a simple syntax.

scripts/builder_OSX.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# Olivier Belanger, 2017
66
#####################################
77

8-
export DMG_DIR="Cecilia5 5.3.1"
9-
export DMG_NAME="Cecilia5_5.3.1.dmg"
8+
export DMG_DIR="Cecilia5 5.3.2"
9+
export DMG_NAME="Cecilia5_5.3.2.dmg"
1010

1111
python3 setup.py py2app --plist=scripts/info.plist
1212

scripts/info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
<key>CFBundlePackageType</key>
3939
<string>APPL</string>
4040
<key>CFBundleShortVersionString</key>
41-
<string>5.3.1</string>
41+
<string>5.3.2</string>
4242
<key>CFBundleSignature</key>
4343
<string>????</string>
4444
<key>CFBundleVersion</key>
45-
<string>5.3.1</string>
45+
<string>5.3.2</string>
4646
<key>LSHasLocalizedDisplayName</key>
4747
<false/>
4848
<key>NSAppleScriptEnabled</key>

scripts/release_src.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# 2. Execute from cecilia5 folder : ./scripts/release_src.sh
66
#
77

8-
version=5.3.1
8+
version=5.3.2
99
replace=XXX
1010

1111
src_rep=Cecilia5_XXX-src

scripts/win_installer.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
88
AppId={{A970BBE5-4FA8-496E-9823-2491D09DA043}
99
AppName=Cecilia5
10-
AppVersion=5.3.1
10+
AppVersion=5.3.2
1111
AppPublisher=iACT.umontreal.ca
1212
AppPublisherURL=http://ajaxsoundstudio.com/software/cecilia/
1313
AppSupportURL=https://github.com/belangeo/cecilia5
@@ -17,7 +17,7 @@ DisableDirPage=yes
1717
DefaultGroupName=Cecilia5
1818
AllowNoIcons=yes
1919
LicenseFile=C:\Users\olivier\git\cecilia5\Cecilia5_Win\Resources\COPYING.txt
20-
OutputBaseFilename=Cecilia5_5.3.1_setup
20+
OutputBaseFilename=Cecilia5_5.3.2_setup
2121
Compression=lzma
2222
SolidCompression=yes
2323
ChangesAssociations=yes

whatsnew.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changes #
22

3+
## Version 5.3.2 ##
4+
5+
- Build against wxPython-4.0.0a2.
6+
37
## Version 5.3.1 ##
48

5-
- Better handling of non-unicode characters in preferences file.
9+
- Better handling of non-ascii characters in preferences file.
610

711
- Fixed standalone packaging on OSX.
812

0 commit comments

Comments
 (0)