mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
versioning
This commit is contained in:
parent
9159e2dc55
commit
8c0cb19323
2 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,3 @@
|
||||||
Version 2.4
|
|
||||||
|
|
||||||
New ponies: blaze
|
|
||||||
|
|
||||||
Version 2.3
|
Version 2.3
|
||||||
|
|
||||||
Support for 'best.pony' file.
|
Support for 'best.pony' file.
|
||||||
|
@ -17,6 +13,8 @@ Version 2.3
|
||||||
|
|
||||||
Support cowsay style message compression.
|
Support cowsay style message compression.
|
||||||
|
|
||||||
|
New ponies: blaze
|
||||||
|
|
||||||
Pony symlink added: pinkieoink → oinkoinkoink
|
Pony symlink added: pinkieoink → oinkoinkoink
|
||||||
|
|
||||||
Support for non-MLP:FiM ponies (known as extraponies),
|
Support for non-MLP:FiM ponies (known as extraponies),
|
||||||
|
|
2
ponysay
2
ponysay
|
@ -25,7 +25,7 @@ from subprocess import Popen, PIPE
|
||||||
'''
|
'''
|
||||||
The version of ponysay
|
The version of ponysay
|
||||||
'''
|
'''
|
||||||
VERSION = '2.4'
|
VERSION = '2.3'
|
||||||
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue