Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
a1da1636
Commit
a1da1636
authored
Sep 22, 2015
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Setting version to 2.5
parent
ef2e423b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
4 deletions
+9
-4
docs/changes.rst
docs/changes.rst
+5
-0
docs/conf.py
docs/conf.py
+1
-1
setup.py
setup.py
+1
-1
weblate.spec
weblate.spec
+1
-1
weblate/__init__.py
weblate/__init__.py
+1
-1
No files found.
docs/changes.rst
View file @
a1da1636
Changes
=======
weblate 2.5
-----------
Released on ? 2015.
weblate 2.4
-----------
...
...
docs/conf.py
View file @
a1da1636
...
...
@@ -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
...
...
setup.py
View file @
a1da1636
...
...
@@ -33,7 +33,7 @@ with open('requirements.txt') as requirements:
setup
(
name
=
'Weblate'
,
version
=
'2.
4
'
,
version
=
'2.
5
'
,
packages
=
[
'weblate'
,
'weblate.accounts'
,
...
...
weblate.spec
View file @
a1da1636
...
...
@@ -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+
...
...
weblate/__init__.py
View file @
a1da1636
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment