mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-21 20:18:00 +01:00
Back to development for 3.0.4~3.1
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
This commit is contained in:
parent
5bcde318f7
commit
54f33c0ca6
4 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
Version 3.0.4
|
||||
|
||||
|
||||
|
||||
version 3.0.3
|
||||
|
|
|
@ -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
|
||||
|
|
BIN
ponysay.pdf
BIN
ponysay.pdf
Binary file not shown.
2
setup.py
2
setup.py
|
@ -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__)
|
||||
|
||||
|
|
Loading…
Reference in a new issue