Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Condainer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpcdf
Condainer
Commits
a85531bd
Commit
a85531bd
authored
7 months ago
by
Klaus Reuter
Browse files
Options
Downloads
Patches
Plain Diff
hardcode conda-forge and nodefaults into condarc of base environment, increment version
parent
2d910d29
Branches
master
Tags
0.1.13
No related merge requests found
Pipeline
#217154
passed
7 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
condainer/version.py
+1
-1
1 addition, 1 deletion
condainer/version.py
with
1 addition
and
1 deletion
condainer/version.py
+
1
−
1
View file @
a85531bd
...
...
@@ -3,7 +3,7 @@
Single location for the version information.
"""
ver
=
(
0
,
1
,
1
2
)
ver
=
(
0
,
1
,
1
3
)
def
get_version_string
():
"""
Return the full version number.
"""
...
...
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