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

Setting version to 2.5

parent ef2e423b
Changes
=======
weblate 2.5
-----------
Released on ? 2015.
weblate 2.4
-----------
......
......@@ -60,7 +60,7 @@ copyright = u'2012 - 2015, Michal Čihař'
# built documents.
#
# The short X.Y version.
version = '2.4'
version = '2.5'
# The full version, including alpha/beta/rc tags.
release = version
......
......@@ -33,7 +33,7 @@ with open('requirements.txt') as requirements:
setup(
name='Weblate',
version='2.4',
version='2.5',
packages=[
'weblate',
'weblate.accounts',
......
......@@ -3,7 +3,7 @@
%define WLDATADIR %{_localstatedir}/lib/weblate
%define WLETCDIR /%{_sysconfdir}/weblate
Name: weblate
Version: 2.4
Version: 2.5
Release: 0
Summary: Web-based translation tool
License: GPL-3.0+
......
......@@ -45,7 +45,7 @@ def is_running_git():
return os.path.exists(os.path.join(get_root_dir(), '.git', 'config'))
# Weblate version
VERSION = '2.4'
VERSION = '2.5'
# Version string without suffix
VERSION_BASE = VERSION
......
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