Skip to content

Bump version: 0.62.0 → 0.63.0#1339

Merged
giswqs merged 1 commit into
masterfrom
bump-0.63.0
Jul 4, 2026
Merged

Bump version: 0.62.0 → 0.63.0#1339
giswqs merged 1 commit into
masterfrom
bump-0.63.0

Conversation

@giswqs

@giswqs giswqs commented Jul 4, 2026

Copy link
Copy Markdown
Member

Minor release bump 0.62.0 → 0.63.0.

Notable changes since 0.62.0:

Merging this and creating the GitHub Release v0.63.0 will publish to PyPI.

Summary by CodeRabbit

  • Chores
    • Updated the package version to 0.63.0 across project metadata and release settings.

Copilot AI review requested due to automatic review settings July 4, 2026 20:58
@coderabbitai

coderabbitai Bot commented Jul 4, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 79158084-027e-4ab4-a27a-eb5fb8cf292c

📥 Commits

Reviewing files that changed from the base of the PR and between d0b96cf and 3a58072.

📒 Files selected for processing (2)
  • leafmap/__init__.py
  • pyproject.toml

📝 Walkthrough

Walkthrough

This PR updates the package version number from 0.62.0 to 0.63.0 across three locations: the __version__ variable in leafmap/init.py, the version field in pyproject.toml, and the current_version in the bumpversion configuration.

Changes

Version Bump

Layer / File(s) Summary
Version constant update
leafmap/__init__.py, pyproject.toml
Version string updated from 0.62.0 to 0.63.0 in __version__, [project] version, and [tool.bumpversion] current_version.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Poem

A hop, a skip, a version tweak,
From 0.62 to 0.63 we speak,
No logic changed, just numbers new,
A rabbit's nod, the bump is true! 🐇✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: bumping the project version from 0.62.0 to 0.63.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bump-0.63.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@mergify

mergify Bot commented Jul 4, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@giswqs giswqs merged commit 5ee4426 into master Jul 4, 2026
19 of 20 checks passed
@giswqs giswqs deleted the bump-0.63.0 branch July 4, 2026 20:59

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Release housekeeping PR to bump leafmap from 0.62.0 to 0.63.0 in the package metadata and runtime __version__, aligning with the described minor release and upcoming PyPI publish.

Changes:

  • Bump package version in pyproject.toml to 0.63.0.
  • Bump runtime __version__ in leafmap/__init__.py to 0.63.0.
  • Update tool.bumpversion.current_version to 0.63.0 to keep automated versioning consistent.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
pyproject.toml Updates project/package version metadata and bumpversion’s current version to 0.63.0.
leafmap/init.py Updates runtime __version__ constant to 0.63.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add_raster from leafmap/maplibregl.py in container environment does not show raster in jupyter notebook Leafmap toolbar control keep flickering

2 participants