Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merge in 0.32 release branch #1924

Merged
merged 2 commits into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.32.0 - Feb 28, 2024

**What's Changed**

* Update changelog for v0.31.0 by @giswqs in [#1910](https://github.com/gee-community/geemap/pull/1910)
* chore: adding pre-commit configuration by @slowy07 in [#1912](https://github.com/gee-community/geemap/pull/1912)
* Add pre-commit cli by @giswqs in [#1914](https://github.com/gee-community/geemap/pull/1914)
* Add black-jupyter and nbstripout to pre-commit by @giswqs in [#1915](https://github.com/gee-community/geemap/pull/1915)
* Clean up notebook examples by @giswqs in [#1918](https://github.com/gee-community/geemap/pull/1918)

**Full Changelog**: [v0.31.0...v0.32.0](https://github.com/gee-community/geemap/compare/v0.31.0...v0.32.0)

## v0.31.0 - Feb 15, 2024

**What's Changed**
Expand Down
2 changes: 1 addition & 1 deletion geemap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Qiusheng Wu"""
__email__ = "giswqs@gmail.com"
__version__ = "0.31.0"
__version__ = "0.32.0"

import os

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "geemap"
version = "0.31.0"
version = "0.32.0"
dynamic = [
"dependencies",
]
Expand Down Expand Up @@ -110,7 +110,7 @@ universal = true


[tool.bumpversion]
current_version = "0.31.0"
current_version = "0.32.0"
commit = true
tag = true

Expand Down
Loading