Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Rodolf
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Rodolf
Merge requests
!49
ci: put python package in registry, not pypi
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ci: put python package in registry, not pypi
topic/default/registry-not-pypi
into
branch/default
Overview
0
Commits
4
Pipelines
1
Changes
5
Merged
Nicolas Chauvat
requested to merge
topic/default/registry-not-pypi
into
branch/default
11 months ago
Overview
0
Commits
4
Pipelines
1
Changes
5
Expand
0
0
Merge request reports
Compare
branch/default
version 1
79ada9bd
11 months ago
branch/default (base)
and
latest version
latest version
04de8e3e
4 commits,
11 months ago
version 1
79ada9bd
1 commit,
11 months ago
5 files
+
11
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
cubicweb_rodolf/__pkginfo__.py
+
1
−
1
Options
@@ -3,7 +3,7 @@
modname
=
"
cubicweb_rodolf
"
distname
=
"
cubicweb-rodolf
"
numversion
=
(
0
,
3
,
0
)
numversion
=
(
0
,
3
,
1
)
version
=
"
.
"
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
"
LGPL
"
Loading