Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
dacc5b168e29
Commit
6b08aaf8
authored
Apr 14, 2017
by
Denis Laxalde
Browse files
[pkg] Version 3.25.0
--HG-- branch : 3.25
parent
608481168432
Changes
3
Hide whitespace changes
Inline
Side-by-side
cubicweb.spec
View file @
dacc5b16
...
...
@@ -8,7 +8,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: cubicweb
Version: 3.2
4.6
Version: 3.2
5.0
Release: logilab.1%{?dist}
Summary: CubicWeb is a semantic web application framework
Source0: https://pypi.python.org/packages/source/c/cubicweb/cubicweb-%{version}.tar.gz
...
...
cubicweb/__pkginfo__.py
View file @
dacc5b16
...
...
@@ -28,7 +28,7 @@ import glob
modname
=
distname
=
"cubicweb"
numversion
=
(
3
,
25
,
0
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
+
'rc3'
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
description
=
"a repository of entities / relations for knowledge management"
author
=
"Logilab"
...
...
debian/changelog
View file @
dacc5b16
cubicweb (3.25.0-1) unstable; urgency=medium
* New upstream release.
-- Denis Laxalde <denis.laxalde@logilab.fr> Fri, 14 Apr 2017 15:15:00 +0200
cubicweb (3.24.6-1) unstable; urgency=medium
* New upstream release.
...
...
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