Skip to content

Commit

Permalink
bump: version 0.121.8 → 0.121.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 2, 2024
1 parent d8b46a9 commit 0b7fc21
Show file tree
Hide file tree
Showing 4 changed files with 10 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.121.8"
version = "0.121.9"
tag_format = "$major.$minor.$patch$prerelease"
version_files = [
"naas_drivers/__init__.py",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.121.9 (2024-07-02)

### Fix

- comment send_email_renewed_cookies()
- remove naas from naas_drivers

## 0.121.8 (2024-04-30)

### 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 @@ -4,7 +4,7 @@
from subprocess import Popen, PIPE
import sys

__version__ = "0.121.8"
__version__ = "0.121.9"

__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 @@ -140,7 +140,7 @@

setup(
name="naas-drivers",
version="0.121.8",
version="0.121.9",
author="Maxime Jublou",
author_email="maxime@naas.ai",
license="BSD",
Expand Down

0 comments on commit 0b7fc21

Please sign in to comment.