Skip to content

Commit

Permalink
Merge pull request #507 from 12rambau/master
Browse files Browse the repository at this point in the history
bump: version 2.9.3 → 2.9.4
  • Loading branch information
12rambau authored Jun 9, 2022
2 parents ac86129 + 22e9767 commit b01d653
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.9.3
version: 2.9.4
version_files:
- setup.py:version
- sepal_ui/__init__.py:__version__
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v_2.9.4 (2022-06-09)

### Fix

- drop jupyter-sphinx git version I think the rendering is going to fail but it's preventing me from building the wheel and to use Jupyterlite I need the wheel Sorry not sorry

## v_2.9.3 (2022-06-09)

### 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,4 +5,4 @@

__author__ = """Pierrick Rambaud"""
__email__ = "[email protected]"
__version__ = "2.9.3"
__version__ = "2.9.4"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools.command.develop import develop
from subprocess import check_call

version = "2.9.3"
version = "2.9.4"

DESCRIPTION = "Wrapper for ipyvuetify widgets to unify the display of voila dashboards in SEPAL platform"
LONG_DESCRIPTION = open("README.rst").read()
Expand Down Expand Up @@ -61,7 +61,7 @@ def run(self):
"pytest",
],
"doc": [
"jupyter-sphinx @ git+https://github.com/jupyter/jupyter-sphinx.git",
"jupyter-sphinx",
"pydata-sphinx-theme==0.9.0",
"sphinx-notfound-page",
"Sphinx",
Expand Down

0 comments on commit b01d653

Please sign in to comment.