mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
changes in master
This commit is contained in:
parent
86b6cf1e7b
commit
c1ed662fcc
3 changed files with 14 additions and 2 deletions
|
@ -11,6 +11,11 @@ Version 3.0
|
||||||
Environment variable 'PONYSAY_WRAP_EXCEED' has been added.
|
Environment variable 'PONYSAY_WRAP_EXCEED' has been added.
|
||||||
|
|
||||||
|
|
||||||
|
Version 2.9.1
|
||||||
|
|
||||||
|
Bug fix: correction in the -W option broke the -o option.
|
||||||
|
|
||||||
|
|
||||||
Version 2.9
|
Version 2.9
|
||||||
|
|
||||||
New ponies: pinkieumbrelahatfear, twilighttime
|
New ponies: pinkieumbrelahatfear, twilighttime
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
@documentlanguage en
|
@documentlanguage en
|
||||||
@finalout
|
@finalout
|
||||||
@c %**end of header
|
@c %**end of header
|
||||||
@set VERSION 2.9
|
@set VERSION 2.9.1
|
||||||
|
|
||||||
@defindex op
|
@defindex op
|
||||||
@synindex op vr
|
@synindex op vr
|
||||||
|
@ -2100,6 +2100,13 @@ Environment variable @env{PONYSAY_WRAP_EXCEED} has been added.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
|
||||||
|
@heading Version 2.9.1
|
||||||
|
@itemize @bullet
|
||||||
|
@item
|
||||||
|
Bug fix: correction in the -W option broke the -o option.
|
||||||
|
@end itemize
|
||||||
|
|
||||||
|
|
||||||
@heading Version 2.9
|
@heading Version 2.9
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
@item
|
@item
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ from subprocess import Popen, PIPE
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
PONYSAY_VERSION = '2.9'
|
PONYSAY_VERSION = '2.9.1'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue