Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sumpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Andreas Klöckner
sumpy
Merge requests
!72
Silence loopy language warnings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Silence loopy language warnings
squash-warnings-2
into
master
Overview
1
Commits
7
Pipelines
6
Changes
1
Merged
Matt Wala
requested to merge
squash-warnings-2
into
master
7 years ago
Overview
1
Commits
7
Pipelines
6
Changes
1
Expand
0
0
Merge request reports
Viewing commit
a011bef3
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a011bef3
Bump kernel version
· a011bef3
Matt Wala
authored
7 years ago
sumpy/version.py
+
1
−
1
Options
@@ -25,4 +25,4 @@ VERSION = (2016, 1)
VERSION_STATUS
=
"
beta1
"
VERSION_TEXT
=
"
.
"
.
join
(
str
(
x
)
for
x
in
VERSION
)
+
VERSION_STATUS
KERNEL_VERSION
=
2
5
KERNEL_VERSION
=
2
6
Loading