Commit 3c0abec5 authored by Michal Čihař's avatar Michal Čihař

Setting version to 2.3

parent 69d4a976
Changes
=======
weblate 2.3
-----------
Released on ? 2015.
weblate 2.2
-----------
......
......@@ -54,7 +54,7 @@ copyright = u'2012 - 2015, Michal Čihař'
# built documents.
#
# The short X.Y version.
version = '2.2'
version = '2.3'
# 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.2',
version='2.3',
packages=[
'weblate',
'weblate.accounts',
......
......@@ -3,7 +3,7 @@
%define WLDATADIR %{_localstatedir}/lib/weblate
%define WLETCDIR /%{_sysconfdir}/weblate
Name: weblate
Version: 2.2
Version: 2.3
Release: 0
Summary: Web-based translation tool
License: GPL-3.0+
......
......@@ -48,7 +48,7 @@ def is_running_git():
return os.path.exists(os.path.join(get_root_dir(), '.git', 'config'))
# Weblate version
VERSION = '2.2'
VERSION = '2.3'
# 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