Commit e67c46d4 authored by Michal Čihař's avatar Michal Čihař

Setting version to 0.4

parent e513f505
Changes
=======
weblate 0.4
-----------
Relased on ? 2012.
weblate 0.3
-----------
......
......@@ -48,7 +48,7 @@ copyright = u'2012, Michal Čihař'
# built documents.
#
# The short X.Y version.
version = '0.3'
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = version
......
......@@ -7,6 +7,7 @@ if [ -z "$1" ] ; then
fi
sed -i "s/VERSION =.*/VERSION = '$1'/" trans/__init__.py
sed -i "s/version =.*/version = '$1'/" docs/conf.py
# Update docs/changes.rst
tmp=`mktemp`
......
VERSION = '0.3'
VERSION = '0.4'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment