-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Update] Update version file #136
Conversation
Codecov Report
@@ Coverage Diff @@
## master #136 +/- ##
==========================================
- Coverage 82.32% 82.25% -0.08%
==========================================
Files 143 144 +1
Lines 6621 6651 +30
Branches 986 992 +6
==========================================
+ Hits 5451 5471 +20
- Misses 1071 1079 +8
- Partials 99 101 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
.gitignore
Outdated
@@ -105,7 +105,7 @@ venv.bak/ | |||
.mypy_cache/ | |||
|
|||
# custom | |||
mmedit/version.py | |||
# mmedit/version.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just remove this line
mmedit/__init__.py
Outdated
from .version import __version__, version_info | ||
|
||
MMCV_MIN = '1.0.2' | ||
MMCV_MAX = '1.2.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.2
@@ -54,26 +53,6 @@ def get_hash(): | |||
return sha |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the get_hash
and get_git_hash
are no longer used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this func may be called by extra repo. ^_^
[Update] Update version file
No description provided.