Back to development for 3.0.4~3.1

Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
This commit is contained in:
Pablo Lezaeta Reyes 2017-10-06 01:30:17 -03:00
parent 5bcde318f7
commit 54f33c0ca6
No known key found for this signature in database
GPG key ID: 9C928FDB51F562A7
4 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
Version 3.0.4
version 3.0.3

View file

@ -8,7 +8,7 @@
@documentlanguage en
@finalout
@c %**end of header
@set VERSION 3.0.3
@set VERSION 3.0.4
@defindex op
@synindex op vr

Binary file not shown.

View file

@ -7,7 +7,7 @@ import sys
from zipfile import ZipFile
from subprocess import Popen, PIPE
PONYSAY_VERSION = '3.0.3'
PONYSAY_VERSION = '3.0.4'
project_dir = os.path.dirname(__file__)