Skip to content

Fix deprecated version compare from >= to > #6850

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

Merged
merged 4 commits into from
Nov 24, 2024

Conversation

tkoyama010
Copy link
Member

Overview

When releasing a new version, we need to update the version number to the next development version. For example, if we are releasing version 0.37.0, the next development version should be 0.38.0.dev0 which is greater than 0.37.0. This is why we need to check if the version is greater than 0.40.0 and 0.41.0 in the test code.

Details

  • None

@pyvista-bot pyvista-bot added the maintenance Low-impact maintenance activity label Nov 23, 2024
Copy link

codecov bot commented Nov 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.50%. Comparing base (7321c8f) to head (be3987c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6850   +/-   ##
=======================================
  Coverage   97.50%   97.50%           
=======================================
  Files         143      143           
  Lines       28190    28190           
=======================================
  Hits        27487    27487           
  Misses        703      703           
---- 🚨 Try these New Features:

@pyvista-bot
Copy link
Contributor

pyvista-bot commented Nov 23, 2024

@pyvista-bot pyvista-bot temporarily deployed to pull request November 23, 2024 06:32 Inactive
@pyvista-bot pyvista-bot temporarily deployed to pull request November 23, 2024 18:03 Inactive
@tkoyama010 tkoyama010 enabled auto-merge (squash) November 23, 2024 21:32
@tkoyama010
Copy link
Member Author

@pyvista-bot LGTM

Copy link
Contributor

@pyvista-bot pyvista-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Approving this PR because tkoyama010 said so in here :shipit:

@tkoyama010 tkoyama010 merged commit f738141 into main Nov 24, 2024
34 checks passed
@tkoyama010 tkoyama010 deleted the maint/deprecate-version-compare branch November 24, 2024 02:12
@pyvista-bot pyvista-bot temporarily deployed to pull request November 24, 2024 02:16 Inactive
@banesullivan banesullivan mentioned this pull request Apr 17, 2025
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Low-impact maintenance activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants