openzim / _python-bootstrap

Sample openZIM Python project bootstrap
1 stars 1 forks source link

Add versioning and disable pyright bytes type promotion #39

Closed benoit74 closed 4 months ago

benoit74 commented 4 months ago

Fix #37 Fix #38

Changes

Added

Changed

NOTA: I've also pushed tags corresponding to versions mentioned in CHANGELOG.md ; I've intentionaly created many versions as possible so that it is easier for a project to specify "where he currently is and what is left to do" and for reviewers to check that everything is in line with the convention.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (615abca) 100.00% compared to head (cd70010) 100.00%.

:exclamation: Current head cd70010 differs from pull request most recent head df61ed9. Consider uploading reports for the commit df61ed9 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #39 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 8 8 Branches 1 1 ========================================= Hits 8 8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

benoit74 commented 4 months ago

Yes release as 1.0 and remove Wiki entries and disable Wiki in settings will follow right after merge.