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

Setting version to 2.1

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