Skip to content

Commit

Permalink
bump: version 2.16.2 → 2.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Apr 11, 2023
1 parent 1b1a6d3 commit 8309eb9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v_2.16.3 (2023-04-11)

### Fix

- remove pin on dialog and menu z-index (#787)
- only use tqdm parameters after reset (#814)
- freeze back layers_control width (#815)
- freeze back layers_control width
- only use tqdm parameters after reset
- remove pin on dialog and menu z-index

## v_2.16.2 (2023-04-06)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "sepal-ui"
version = "2.16.2"
version = "2.16.3"
description = "Wrapper for ipyvuetify widgets to unify the display of voila dashboards in SEPAL platform"
keywords = ["UI", "Python", "widget", "sepal"]
classifiers = [
Expand Down Expand Up @@ -122,7 +122,7 @@ changelog_file = "CHANGELOG.md"
changelog_incremental = true
tag_format = "v_$major.$minor.$patch$prerelease"
update_changelog_on_bump = true
version = "2.16.2"
version = "2.16.3"
version_files = [
"pyproject.toml:version",
"sepal_ui/__init__.py:__version__"
Expand Down
2 changes: 1 addition & 1 deletion sepal_ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

__author__ = """Pierrick Rambaud"""
__email__ = "[email protected]"
__version__ = "2.16.2"
__version__ = "2.16.3"

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.'

0 comments on commit 8309eb9

Please sign in to comment.