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
6e5446b871d8
Commit
e221f9cf
authored
Mar 30, 2017
by
Denis Laxalde
Browse files
[pkg] Version 3.25.0rc2
--HG-- branch : 3.25
parent
1a50be88dd0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
cubicweb/__pkginfo__.py
View file @
6e5446b8
...
...
@@ -28,7 +28,7 @@ import glob
modname
=
distname
=
"cubicweb"
numversion
=
(
3
,
25
,
0
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
+
'rc
1
'
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
+
'rc
2
'
description
=
"a repository of entities / relations for knowledge management"
author
=
"Logilab"
...
...
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