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

Setting version to 2.6

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent cd63f753
Changes
=======
weblate 2.6
-----------
Released on ? 2016.
weblate 2.5
-----------
......
......@@ -59,7 +59,7 @@ copyright = '2012 - 2016, Michal Čihař'
# built documents.
#
# The short X.Y version.
version = '2.5'
version = '2.6'
# 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.5',
version='2.6',
packages=[
'weblate',
'weblate.accounts',
......
......@@ -4,7 +4,7 @@
%define WLETCDIR %{_sysconfdir}/weblate
Name: weblate
%define _name Weblate
Version: 2.5
Version: 2.6
Release: 0
Summary: Web-based translation tool
License: GPL-3.0+
......
......@@ -37,7 +37,7 @@ def get_root_dir():
# Weblate version
VERSION = '2.5'
VERSION = '2.6-dev'
# Version string without suffix
VERSION_BASE = VERSION.replace('-dev', '')
......
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