Skip to content

Commit

Permalink
Merge pull request #506 from 12rambau/master
Browse files Browse the repository at this point in the history
bump: 2.9.2 ➡️ 2.9.3
  • Loading branch information
12rambau authored Jun 9, 2022
2 parents 0a6194e + ba19cd2 commit ac86129
Show file tree
Hide file tree
Showing 5 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.2
version: 2.9.3
version_files:
- setup.py:version
- sepal_ui/__init__.py:__version__
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python -m sdist bdist_wheel
python setup.py sdist bdist_wheel
twine upload dist/*
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.3 (2022-06-09)

### Fix

- build the wheel

## v_2.9.2 (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.2"
__version__ = "2.9.3"
2 changes: 1 addition & 1 deletion 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.2"
version = "2.9.3"

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 ac86129

Please sign in to comment.