Skip to content

Commit

Permalink
bump: version 0.51.7 → 0.51.8
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 18, 2021
1 parent 866656c commit dd885b4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.51.7"
version = "0.51.8"
tag_format = "$major.$minor.$patch$prerelease"
version_files = [
"naas_drivers/__init__.py",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.51.8 (2021-03-18)

### Fix

- chardet version

## 0.51.7 (2021-03-18)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion naas_drivers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import requests
import os

__version__ = "0.51.7"
__version__ = "0.51.8"

__github_repo = "jupyter-naas/drivers"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="naas-drivers",
version="0.51.7",
version="0.51.8",
author="Martin Donadieu",
author_email="martindonadieu@gmail.com",
license="BSD",
Expand Down

0 comments on commit dd885b4

Please sign in to comment.