Skip to content

Commit

Permalink
bump: version 2.11.2 → 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Sep 13, 2022
1 parent 0cf32ed commit 69f8c93
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ commitizen:
changelog_incremental: true
tag_format: v_$major.$minor.$patch$prerelease
update_changelog_on_bump: true
version: 2.11.2
version: 2.12.0
version_files:
- setup.py:version
- sepal_ui/__init__.py:__version__
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v_2.12.0 (2022-09-13)

### Fix

- set the drawer on top of the appbar
- remove alert from aoi_model and add model as optional in aoi_view
- remove alert from aoi_model and add model as optional in aoi_view This is a solution in order to close #589
- set the navbar on top of the appbar

### Feat

- creates a default layer style to add_ee_layers. closes #425.

## v_2.11.2 (2022-09-01)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion sepal_ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__author__ = """Pierrick Rambaud"""
__email__ = "[email protected]"
__version__ = "2.11.2"
__version__ = "2.12.0"

color = SepalColor()
'color: the colors of sepal. members are in the following list: "main, darker, bg, primary, accent, secondary, success, info, warning, error, menu". They will render according to the selected theme.'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup
from setuptools.command.develop import develop

version = "2.11.2"
version = "2.12.0"

DESCRIPTION = "Wrapper for ipyvuetify widgets to unify the display of voila dashboards in SEPAL platform"
LONG_DESCRIPTION = open("README.rst").read()
Expand Down

0 comments on commit 69f8c93

Please sign in to comment.