We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e1e697 + 06d37bc commit 582ef5aCopy full SHA for 582ef5a
jupyterlab_git/_version.py
@@ -1,7 +1,7 @@
1
# Copyright (c) Project Jupyter.
2
# Distributed under the terms of the Modified BSD License.
3
4
-version_info = (0, 22, 3)
+version_info = (0, 23, 0)
5
flag = ""
6
7
__version__ = ".".join(map(str, version_info)) + flag
package.json
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/git",
- "version": "0.22.3",
+ "version": "0.23.0",
"description": "A JupyterLab extension for version control using git",
"main": "lib/index.js",
"types": "lib/index.d.ts",
0 commit comments