prepare 0.16.1 release

This commit is contained in:
Yann Leboulanger 2015-02-28 18:06:36 +01:00
parent c2ac09cce2
commit 74f150a1c3
3 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
Gajim 0.16.1 ()
Gajim 0.16.1 (28 February 2015)
* Fix sending Zeroconf messages
* Make ipython compatible to version >= 1.0
* Support XEP-0313 MAM
* Minor fixes and improvements
Gajim 0.16 (04 October 2014)

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
gajimversion="0.16"
gajimversion="0.16.1"
if [ -d ".hg" ]; then
node=$(hg tip --template "{node}")
hgversion="-${node:0:12}"

View File

@ -27,7 +27,7 @@ docdir = '../'
basedir = '../'
localedir = '../po'
version = '0.16.0.1'
version = '0.16.1'
import subprocess
try:
node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,