Skip to content

Commit

Permalink
bump: version 2.14.3 → 2.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 18, 2024
1 parent b3a111c commit fe079a2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
@@ -1,7 +1,7 @@
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$major.$minor.$patch$prerelease"
version = "2.14.3"
version = "2.14.4"
version_files = [
"naas/__init__.py",
"naas/runner/runner.py",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 2.14.4 (2024-03-18)

### Fix

- linter

## 2.14.3 (2024-03-18)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -14,7 +14,7 @@ FROM jupyternaas/singleuser:2.12.0
# Build-time metadata as defined at http://label-schema.org
ARG BUILD_DATE
ARG VCS_REF
ENV NAAS_VERSION 2.14.3
ENV NAAS_VERSION 2.14.4
ENV JUPYTER_ENABLE_LAB 'yes'
ENV NB_UMASK=022
ENV NB_USER=ftp
Expand Down
2 changes: 1 addition & 1 deletion naas/__init__.py
Expand Up @@ -19,7 +19,7 @@
import os
import sys

__version__ = "2.14.3"
__version__ = "2.14.4"
__github_repo = "jupyter-naas/naas"
__doc_url = "https://naas.gitbook.io/naas/"
__canny_js = '<script>!function(w,d,i,s){function l(){if(!d.getElementById(i)){var f=d.getElementsByTagName(s)[0],e=d.createElement(s);e.type="text/javascript",e.async=!0,e.src="https://canny.io/sdk.js",f.parentNode.insertBefore(e,f)}}if("function"!=typeof w.Canny){var c=function(){c.q.push(arguments)};c.q=[],w.Canny=c,"complete"===d.readyState?l():w.attachEvent?w.attachEvent("onload",l):w.addEventListener("load",l,!1)}}(window,document,"canny-jssdk","script");</script>' # noqa: E501
Expand Down
2 changes: 1 addition & 1 deletion naas/runner/runner.py
Expand Up @@ -50,7 +50,7 @@
asyncio.set_event_loop_policy(None)
nest_asyncio.apply()

__version__ = "2.14.3"
__version__ = "2.14.4"


class Runner:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,7 +25,7 @@
]
setup(
name="naas",
version="2.14.3",
version="2.14.4",
author="Maxime Jublou",
author_email="devops@cashstory.com",
license="BSD",
Expand Down

0 comments on commit fe079a2

Please sign in to comment.