Skip to content

Commit

Permalink
Merge pull request #281 from 12rambau/master
Browse files Browse the repository at this point in the history
ci: create automated changelog
  • Loading branch information
12rambau authored Sep 15, 2021
2 parents db164cf + 8ba91ff commit b6b95c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ commitizen:
version_files:
- setup.py
- sepal_ui/__init__.py
update_changelog_on_bump: true
2 changes: 1 addition & 1 deletion sepal_ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Pierrick Rambaud"""
__email__ = "[email protected]"
__version__ = "2.1.0"
__version__ = "2.1.1"

# direct access to colors
from sepal_ui.frontend import styles
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from distutils.core import setup
from pathlib import Path

version = "2.1.0"
version = "2.1.1"

setup(
name="sepal_ui",
Expand All @@ -26,7 +26,7 @@
"bin/module_factory",
]
},
version=_version,
version=version,
license="MIT",
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 b6b95c0

Please sign in to comment.