Commit 6bde7c95 authored by Michal Čihař's avatar Michal Čihař

Setting version to 2.1

parent 521dfe3b
Changes
=======
weblate 2.1
-----------
Released on ? 2014.
weblate 2.0
-----------
......
......@@ -54,7 +54,7 @@ copyright = u'2012 - 2014, Michal Čihař'
# built documents.
#
# The short X.Y version.
version = '2.0'
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = version
......
......@@ -30,7 +30,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='Weblate',
version='2.0',
version='2.1',
packages=[
'weblate',
'weblate.accounts',
......
......@@ -3,7 +3,7 @@
%define WLDATADIR %{_localstatedir}/lib/weblate
%define WLETCDIR /%{_sysconfdir}/weblate
Name: weblate
Version: 2.0
Version: 2.1
Release: 0
Summary: Web-based translation tool
License: GPL-3.0+
......
......@@ -43,7 +43,7 @@ def is_running_git():
return os.path.exists(os.path.join(get_root_dir(), '.git', 'config'))
# Weblate version
VERSION = '2.0'
VERSION = '2.1'
# 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