Skip to content

Commit

Permalink
Upgraded version number to 5.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
belangeo committed May 9, 2017
1 parent 51b740f commit 9c3d886
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Resources/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
BUILD_RST = False

APP_NAME = 'Cecilia5'
APP_VERSION = '5.3.1'
APP_VERSION = '5.3.2'
APP_COPYRIGHT = 'iACT, 2017'
FILE_EXTENSION = "c5"
PRESETS_DELIMITER = "####################################\n" \
Expand Down
4 changes: 2 additions & 2 deletions doc-en/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
# built documents.
#
# The short X.Y version.
version = '5.3.1'
version = '5.3.2'
# The full version, including alpha/beta/rc tags.
release = '5.3.1'
release = '5.3.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions doc-en/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Cecilia 5.3.1 documentation
Cecilia 5.3.2 documentation
=============================================

.. image:: /images/Cecilia_splash.png
:scale: 75 %
:align: center

Welcome to the Cecilia 5.3.1 documentation!
Welcome to the Cecilia 5.3.2 documentation!

Cecilia is an audio signal processing environment. Cecilia lets you create
your own GUI (grapher, sliders, toggles, popup menus) using a simple syntax.
Expand Down
4 changes: 2 additions & 2 deletions scripts/builder_OSX.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# Olivier Belanger, 2017
#####################################

export DMG_DIR="Cecilia5 5.3.1"
export DMG_NAME="Cecilia5_5.3.1.dmg"
export DMG_DIR="Cecilia5 5.3.2"
export DMG_NAME="Cecilia5_5.3.2.dmg"

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

Expand Down
4 changes: 2 additions & 2 deletions scripts/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.3.1</string>
<string>5.3.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5.3.1</string>
<string>5.3.2</string>
<key>LSHasLocalizedDisplayName</key>
<false/>
<key>NSAppleScriptEnabled</key>
Expand Down
2 changes: 1 addition & 1 deletion scripts/release_src.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# 2. Execute from cecilia5 folder : ./scripts/release_src.sh
#

version=5.3.1
version=5.3.2
replace=XXX

src_rep=Cecilia5_XXX-src
Expand Down
4 changes: 2 additions & 2 deletions scripts/win_installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{A970BBE5-4FA8-496E-9823-2491D09DA043}
AppName=Cecilia5
AppVersion=5.3.1
AppVersion=5.3.2
AppPublisher=iACT.umontreal.ca
AppPublisherURL=http://ajaxsoundstudio.com/software/cecilia/
AppSupportURL=https://github.com/belangeo/cecilia5
Expand All @@ -17,7 +17,7 @@ DisableDirPage=yes
DefaultGroupName=Cecilia5
AllowNoIcons=yes
LicenseFile=C:\Users\olivier\git\cecilia5\Cecilia5_Win\Resources\COPYING.txt
OutputBaseFilename=Cecilia5_5.3.1_setup
OutputBaseFilename=Cecilia5_5.3.2_setup
Compression=lzma
SolidCompression=yes
ChangesAssociations=yes
Expand Down
6 changes: 5 additions & 1 deletion whatsnew.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changes #

## Version 5.3.2 ##

- Build against wxPython-4.0.0a2.

## Version 5.3.1 ##

- Better handling of non-unicode characters in preferences file.
- Better handling of non-ascii characters in preferences file.

- Fixed standalone packaging on OSX.

Expand Down

0 comments on commit 9c3d886

Please sign in to comment.