Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pvlink
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
jupyter4jsc
j4j_extras
pvlink
Commits
84883e36
Commit
84883e36
authored
5 years ago
by
Christian Witzler
Browse files
Options
Downloads
Patches
Plain Diff
release pvlink 0.3.1
parent
c7e6fc0f
Branches
Branches containing commit
Tags
0.3.1
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+5
-0
5 additions, 0 deletions
CHANGELOG.md
pvlink/_version.py
+1
-1
1 addition, 1 deletion
pvlink/_version.py
with
6 additions
and
1 deletion
CHANGELOG.md
+
5
−
0
View file @
84883e36
# pvlink 0.3.1
-
bugfix: internal version number missmatch fixed
-
changed documentation for npm to point to readme on git
# pvlink 0.3.0
-
added support for JupyterLab 2
-
internal structure changed and removed now unneded files
...
...
This diff is collapsed.
Click to expand it.
pvlink/_version.py
+
1
−
1
View file @
84883e36
# Module version
version_info
=
(
0
,
3
,
1
,
'
alpha
'
,
0
)
version_info
=
(
0
,
3
,
1
,
'
final
'
,
0
)
# Module version stage suffix map
_specifier_
=
{
'
alpha
'
:
'
a
'
,
'
beta
'
:
'
b
'
,
'
candidate
'
:
'
rc
'
,
'
final
'
:
''
}
...
...
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