Mercurial > moin > 1.9
changeset 5905:9c7968c832a4
bump version number to 1.9.6
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Sat, 15 Dec 2012 01:41:27 +0100 |
parents | 3a1b92276377 |
children | a4b348fbce86 |
files | MoinMoin/version.py docs/CHANGES moin.spec |
diffstat | 3 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/version.py Wed Dec 12 12:27:37 2012 +0100 +++ b/MoinMoin/version.py Sat Dec 15 01:41:27 2012 +0100 @@ -15,8 +15,8 @@ patchlevel = 'release' project = "MoinMoin" -release = '1.9.5' -release_short = '195' # used for url_prefix_static +release = '1.9.6' +release_short = '196' # used for url_prefix_static revision = patchlevel def update():
--- a/docs/CHANGES Wed Dec 12 12:27:37 2012 +0100 +++ b/docs/CHANGES Sat Dec 15 01:41:27 2012 +0100 @@ -16,7 +16,7 @@ editor_force = True editor_default = 'text' # internal default, just for completeness -Version 1.9.<current>: +Version 1.9.6: SECURITY HINT: make sure you have allow_xslt = False (or just do not use allow_xslt at all in your wiki configs, False is the internal default).