-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Version refactor #112
Version refactor #112
Conversation
- Turns None into an empty string
- created a "conventions" module for future release - added an optional `depends_on` version component configuration - The `depends_on` is required for PEP440 versioning
- Moved serialization from VersionConfig to version.serialization
Version hint: patch Comment ID: Display the version hint-auto-generated |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #112 +/- ##
==========================================
+ Coverage 92.83% 93.40% +0.57%
==========================================
Files 21 24 +3
Lines 1409 1486 +77
Branches 294 297 +3
==========================================
+ Hits 1308 1388 +80
+ Misses 70 68 -2
+ Partials 31 30 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
A backwards-compatible refactor for dealing with version parsing, incrementing, and serializing