Skip to content

Commit

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

* Update changelog
  • Loading branch information
giswqs committed Sep 25, 2023
1 parent 85a2ddf commit 849c8f1
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v0.27.1 - Sep 24, 2023

**What's Changed**

- Refactor layer editor into an ipywidgets subclass by @naschmitz in [#1717](https://github.com/gee-community/geemap/pull/1717)
- Refactor the legend into an ipywidgets subclass by @jgarcia525 in [#1722](https://github.com/gee-community/geemap/pull/1722)
- Fix map horizontal scrollbar issue by @giswqs in [#1728](https://github.com/gee-community/geemap/pull/1728)
- Fix map width test error by @giswqs in [#1729](https://github.com/gee-community/geemap/pull/1729)
- Update G4G workshop notebook by @giswqs in [#1730](https://github.com/gee-community/geemap/pull/1730)

**New Contributors**

- @jgarcia525 made their first contribution in [#1721](https://github.com/gee-community/geemap/pull/1721)

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

## v0.27.0 - Sep 21, 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__ = "giswqs@gmail.com"
__version__ = "0.27.0"
__version__ = "0.27.1"

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.0
current_version = 0.27.1
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.0",
version="0.27.1",
zip_safe=False,
)

0 comments on commit 849c8f1

Please sign in to comment.