Skip to content

Commit

Permalink
Bump version: 0.27.1 → 0.27.2 (#1739)
Browse files Browse the repository at this point in the history
* Bump version: 0.27.1 → 0.27.2

* Update changelog
  • Loading branch information
giswqs authored Sep 28, 2023
1 parent 4fffb1f commit d36eedf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.27.2 - Sep 28, 2023

**What's Changed**

- Fix JS-PY conversion bug by @giswqs in [#1733](https://github.com/gee-community/geemap/pull/1733)
- Revert dark mode changes to toolbar by @naschmitz in [#1738](https://github.com/gee-community/geemap/pull/1738)
- Fix several bugs and add basemap selector to core. by @naschmitz in [#1735](https://github.com/gee-community/geemap/pull/1735)

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

## v0.27.1 - Sep 24, 2023

**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__ = "[email protected]"
__version__ = "0.27.1"
__version__ = "0.27.2"

import os

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.27.1
current_version = 0.27.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/gee-community/geemap",
version="0.27.1",
version="0.27.2",
zip_safe=False,
)

0 comments on commit d36eedf

Please sign in to comment.