diff --git a/CHANGELOG.md b/CHANGELOG.md index 2771f8c5..253f9d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 30301138..b3cf0fe3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ @@ -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__" diff --git a/sepal_ui/__init__.py b/sepal_ui/__init__.py index aaae1160..101ccfa4 100644 --- a/sepal_ui/__init__.py +++ b/sepal_ui/__init__.py @@ -10,7 +10,7 @@ __author__ = """Pierrick Rambaud""" __email__ = "pierrick.rambaud49@gmail.com" -__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.'