Skip to content

Commit c5a2ba4

Browse files
authored
Merge pull request #357 from painebot/tkp/120
Bump to 1.2.0
2 parents 515f407 + 4d3b1e3 commit c5a2ba4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-fs",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "A Filesystem-like mult-contents manager backend for Jupyter",
55
"author": "The jupyter-fs authors",
66
"license": "Apache-2.0",

jupyterfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .fs_wrapper import fs, fs_instance
1313
from .metamanager import MetaManager, SyncMetaManager
1414

15-
__version__ = "1.1.2"
15+
__version__ = "1.2.0"
1616

1717
__all__ = (
1818
"_jupyter_labextension_paths",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{name = "the jupyter-fs authors", email = "t.paine154@gmail.com"}]
88
description = "A Filesystem-like mult-contents manager backend for Jupyter"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11-
version = "1.1.2"
11+
version = "1.2.0"
1212
requires-python = ">=3.10"
1313
keywords = [
1414
"Jupyter",
@@ -92,7 +92,7 @@ Repository = "https://github.com/jpmorganchase/jupyter-fs"
9292
Homepage = "https://github.com/jpmorganchase/jupyter-fs"
9393

9494
[tool.bumpversion]
95-
current_version = "1.1.2"
95+
current_version = "1.2.0"
9696
commit = true
9797
tag = true
9898
commit_args = "-s"

0 commit comments

Comments
 (0)