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

Include changes in docs

parent dc6dc201
Changes
=======
weblate 0.3
-----------
......@@ -20,3 +23,22 @@ weblate 0.1
Relased on February 6th 2012.
* Initial release.
Relased on ? 2012.
weblate 0.2
-----------
Relased on February 7th 2012.
* Improved validation of several forms.
* Warn users on profile upgrade.
* Remember URL for login.
* Naming of text areas while entering plural forms.
* Automatic expanding of translation area.
weblate 0.1
-----------
Relased on February 6th 2012.
* Initial release.
......@@ -12,12 +12,13 @@ Contents:
:maxdepth: 2
about
license
changes
install
config
admin
management
todo
license
Indices and tables
......
......@@ -8,17 +8,20 @@ fi
sed -i "s/VERSION =.*/VERSION = '$1'/" trans/__init__.py
# Update ChangeLog
# Update docs/changes.rst
tmp=`mktemp`
cp ChangeLog $tmp
cat > ChangeLog <<EOT
cp docs/changes.rst $tmp
cat > docs/changes.rst <<EOT
Changes
=======
weblate $1
-----------
Relased on ? 2012.
EOT
cat >> ChangeLog < $tmp
sed '1D;2D;3D' >> docs/changes.rst < $tmp
rm $tmp
git commit -a -m "Setting version to $1"
#git commit -a -m "Setting version to $1"
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