Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fresh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cubicweb
cubes
fresh
Commits
0a26e6b98b79
Commit
0a26e6b98b79
authored
11 years ago
by
Nicolas Chauvat
Browse files
Options
Downloads
Patches
Plain Diff
[packaging] prepare 0.6.0
parent
7cb27796579d
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
__pkginfo__.py
+1
-1
1 addition, 1 deletion
__pkginfo__.py
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
setup.py
+1
-1
1 addition, 1 deletion
setup.py
views/accounting.py
+1
-1
1 addition, 1 deletion
views/accounting.py
views/actions.py
+1
-1
1 addition, 1 deletion
views/actions.py
with
10 additions
and
4 deletions
__pkginfo__.py
+
1
−
1
View file @
0a26e6b9
...
...
@@ -4,7 +4,7 @@
modname
=
'
fresh
'
distname
=
'
cubicweb-fresh
'
numversion
=
(
0
,
5
,
2
)
numversion
=
(
0
,
6
,
0
)
version
=
'
.
'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'
LGPL
'
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
0a26e6b9
cubicweb-fresh (0.6.0-1) unstable; urgency=low
* new upstream release
-- Nicolas Chauvat <nicolas.chauvat@logilab.fr> Tue, 09 Jul 2013 15:12:04 +0200
cubicweb-fresh (0.5.2-1) unstable; urgency=low
* new upstream release
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
0a26e6b9
#!/usr/bin/env python
# pylint: disable=W0142,W0403,W0404,W0613,W0622,W0622,W0704,R0904,C0103,E0611
#
# copyright 2003-201
0
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2003-201
3
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of CubicWeb tag cube.
...
...
This diff is collapsed.
Click to expand it.
views/accounting.py
+
1
−
1
View file @
0a26e6b9
"""
accounting views for fresh template
:organization: Logilab
:copyright: 2008-201
0
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:copyright: 2008-201
3
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
"""
__docformat__
=
"
restructuredtext en
"
...
...
This diff is collapsed.
Click to expand it.
views/actions.py
+
1
−
1
View file @
0a26e6b9
"""
specific actions for fresh template
:organization: Logilab
:copyright: 2008-201
0
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:copyright: 2008-201
3
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
"""
__docformat__
=
"
restructuredtext en
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment