Skip to content

Commit

Permalink
release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoruscitti committed Oct 19, 2015
1 parent 586435d commit 268493f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
N=
V=

VERSION=1.3.1
VERSION=1.3.2

all:
@echo ""
Expand Down
6 changes: 3 additions & 3 deletions data/asistente/js/version.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

window.DESCRIPCION_VERSION = {
version: '1.3.1',
version: '1.3.2',
fecha: '19 de Oct del 2015',
commit: 'efcbe93',
changelog: ['configurando para patch.', 'reparando la funcion print en el editor.', 'borrando script de prueba.', 'borrando archivo temporal.', 'Reparando el listado de cambios recientes en la ventana del asistente', ]
commit: '586435d',
changelog: ['release 1.3.1', 'configurando para patch.', 'reparando la funcion print en el editor.', 'borrando script de prueba.', 'borrando archivo temporal.', ]
}
2 changes: 1 addition & 1 deletion extras/actualizar_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
changelist = item

template = template.\
replace('VERSION_STR', '1.3.1').\
replace('VERSION_STR', '1.3.2').\
replace('FECHA', hoy.strftime('%d de %b del %Y')).\
replace('CHANGELOG_LIST', changelist).\
replace('COMMIT', str(commit))
Expand Down
2 changes: 1 addition & 1 deletion extras/instalador.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

;Name and file
Name "pilas-engine"
OutFile "pilas-engine_1.3.1.exe"
OutFile "pilas-engine_1.3.2.exe"

;Default installation folder
InstallDir "c:\pilas-engine"
Expand Down
2 changes: 1 addition & 1 deletion pilasengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

import widget

VERSION = "1.3.1"
VERSION = "1.3.2"


def handler(signum, frame):
Expand Down
2 changes: 1 addition & 1 deletion setup-mac.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pilas-engine',
version="1.3.1",
version="1.3.2",
app=["bin/pilasengine"],
data_files = [
('bin/pilasengine', ['bin/pilasengine']),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setup(
name='pilas',
zip_safe=False,
version="1.3.1",
version="1.3.2",
description="""============
Pilas Engine
============
Expand Down

0 comments on commit 268493f

Please sign in to comment.