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
cubes
registration
Commits
be9928c1932f
Commit
0084b39f
authored
May 16, 2011
by
Nicolas Chauvat
Browse files
[packaging] prepare 0.4.2
--HG-- branch : stable
parent
5d36b54ffd02
Changes
5
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
be9928c1
...
...
@@ -4,7 +4,7 @@
modname
=
'registration'
distname
=
'cubicweb-registration'
numversion
=
(
0
,
4
,
1
)
numversion
=
(
0
,
4
,
2
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'LGPL'
...
...
debian/changelog
View file @
be9928c1
cubicweb-registration (0.4.2-1) unstable; urgency=low
* new upstream release
-- Nicolas Chauvat <nicolas.chauvat@logilab.fr> Mon, 16 May 2011 16:04:19 +0200
cubicweb-registration (0.4.1-1) unstable; urgency=low
* new upstream release
...
...
debian/rules
100644 → 100755
View file @
be9928c1
File mode changed from 100644 to 100755
setup.py
View file @
be9928c1
#!/usr/bin/env python
# pylint: disable=W0404,W0622,W0704,W0613
# copyright 2003-201
0
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2003-201
1
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
__docformat__
=
"restructuredtext en"
...
...
views.py
View file @
be9928c1
"""anonymous registration form and views
:organization: Logilab / SecondWeb
:copyright: 2009-201
0
LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:copyright: 2009-201
1
LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
...
...
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