Skip to content

Commit

Permalink
bump: version 2.10.1 → 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Jul 28, 2022
1 parent beb33a0 commit c19f819
Show file tree
Hide file tree
Showing 4 changed files with 10 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.10.1
version: 2.10.2
version_files:
- setup.py:version
- sepal_ui/__init__.py:__version__
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v_2.10.2 (2022-07-28)

### Fix

- use appropiate error
- lazy import of localtileserver

## v_2.10.1 (2022-07-25)

### 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.10.1"
__version__ = "2.10.2"

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.10.1"
version = "2.10.2"

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 c19f819

Please sign in to comment.