Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
craw
Manage
Activity
Members
Labels
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
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
Bertrand NÉRON
craw
Commits
27b9ed49
Verified
Commit
27b9ed49
authored
6 years ago
by
Bertrand NÉRON
Browse files
Options
Downloads
Patches
Plain Diff
Revert "
set version to 1.0.0"
backport from branch_1.0 but I don't want to change version This reverts commit
29026061
.
parent
fabb0331
No related branches found
No related tags found
No related merge requests found
Pipeline
#10989
passed
6 years ago
Stage: test
Stage: coverage
Stage: release
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
craw/__init__.py
+2
-1
2 additions, 1 deletion
craw/__init__.py
with
2 additions
and
1 deletion
craw/__init__.py
+
2
−
1
View file @
27b9ed49
...
...
@@ -25,8 +25,9 @@
import
sys
import
logging
import
time
__version__
=
'
1.
0.0
'
__version__
=
'
1.
dev{}
'
.
format
(
time
.
strftime
(
'
%Y%m%d
'
))
def
get_version_message
():
...
...
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