Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
StashCache
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Salman Djingueinabaye
StashCache
Commits
b3565632
Unverified
Commit
b3565632
authored
5 years ago
by
Derek Weitzel
Browse files
Options
Downloads
Patches
Plain Diff
Bumping version to 5.6.2
parent
ded63864
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
setup.py
+1
-1
1 addition, 1 deletion
setup.py
stashcp/__init__.py
+1
-1
1 addition, 1 deletion
stashcp/__init__.py
with
2 additions
and
2 deletions
setup.py
+
1
−
1
View file @
b3565632
...
@@ -42,7 +42,7 @@ setup(
...
@@ -42,7 +42,7 @@ setup(
# For a discussion on single-sourcing the version across setup.py and the
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
# https://packaging.python.org/en/latest/single_source_version.html
version
=
'
5.6.
1
'
,
# Required
version
=
'
5.6.
2
'
,
# Required
# This is a one-line description or tagline of what your project does. This
# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
# corresponds to the "Summary" metadata field:
...
...
This diff is collapsed.
Click to expand it.
stashcp/__init__.py
+
1
−
1
View file @
b3565632
...
@@ -25,7 +25,7 @@ import logging
...
@@ -25,7 +25,7 @@ import logging
from
urlparse
import
urlparse
from
urlparse
import
urlparse
# Version information for user-agent
# Version information for user-agent
VERSION
=
"
5.6.
1
"
VERSION
=
"
5.6.
2
"
user_agent
=
'
stashcp/{0}
'
.
format
(
VERSION
)
user_agent
=
'
stashcp/{0}
'
.
format
(
VERSION
)
...
...
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