John-P / wsic

Whole Slide image (WSI) conversion for brightfield histology images
MIT License
33 stars 4 forks source link

⬆️ Bump bump2version from 0.5.11 to 1.0.1 #23

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps bump2version from 0.5.11 to 1.0.1.

Changelog

Sourced from bump2version's changelog.

unreleased v1.0.2-dev

  • Housekeeping: migrated from travis+appveyor to GitHub Actions for CI, thanks @​clbarnes

v1.0.1

  • Added: enable special characters in search/replace, thanks @​mckelvin
  • Added: allow globbing a pattern to match multiple files, thanks @​balrok
  • Added: way to only bump a specified file via --no-configured-files, thanks @​balrok
  • Fixed: dry-run now correctly outputs, thanks @​fmigneault
  • Housekeeping: documentation for lightweight tags improved, thanks @​GreatBahram
  • Housekeeping: added related tools document, thanks @​florisla
  • Fixed: no more falling back to default search, thanks @​florisla

v1.0.0

v0.5.11

  • Housekeeping, also publish an sdist
  • Housekeeping, fix appveyor builds
  • Housekeeping, make lint now lints with pylint
  • Drop support for Python3.4, thanks @​hugovk #79
  • Enhance missing VCS command detection (errno 13), thanks @​lowell80 #75
  • Add environment variables for other scripts to use, thanks @​mauvilsa #70
  • Refactor, cli.main is now much more readable, thanks @​florisla #68
  • Fix, retain file newlines for Windows, thanks @​hesstobi #59
  • Add support (tests) for Pythno3.7, thanks @​florisla #49
  • Allow any part to be configured in configurable strings such as tag_name etc., thanks @​florisla #41

v0.5.10

  • Housekeeping, use twine

v0.5.9

v0.5.8

... (truncated)

Commits
  • 14fa603 Bump version: 1.0.1-dev → 1.0.1
  • 2051c96 update changelog
  • 8e6db23 Merge pull request #135 from mckelvin/handle-special-char
  • 78c4f4b Merge pull request #149 from balrok/cli-option-no-configured-files
  • 4fe9277 Merge pull request #158 from mbarkhau/patch-1
  • c684747 Add PyCalVer to RELATED.md
  • 0a38097 Merge pull request #150 from balrok/glob-keyword-in-configfile
  • dc7cead DOC: Update note about bumpversion
  • 0bd8d83 also allow recursive glob with **
  • a96ebf4 support glob keyword in configfile
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 2 years ago

Codecov Report

Merging #23 (ed9a2f6) into dev (8d86c8f) will increase coverage by 1.93%. The diff coverage is 90.32%.

@@            Coverage Diff             @@
##              dev      #23      +/-   ##
==========================================
+ Coverage   89.62%   91.55%   +1.93%     
==========================================
  Files          12       12              
  Lines        1330     1315      -15     
==========================================
+ Hits         1192     1204      +12     
+ Misses        138      111      -27     
Impacted Files Coverage Δ
wsic/utils.py 95.49% <ø> (ø)
wsic/enums.py 95.58% <84.37%> (+8.37%) :arrow_up:
wsic/writers.py 87.46% <94.73%> (+0.35%) :arrow_up:
wsic/codecs.py 77.77% <100.00%> (+10.03%) :arrow_up:
wsic/readers.py 92.84% <100.00%> (+1.65%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more