Skip to content

Commit

Permalink
Bump to v0.23.3 (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Dec 24, 2020
1 parent 80f359f commit c5ce0a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyterlab_git/_version.py
@@ -1,7 +1,7 @@
# Copyright (c) Project Jupyter.
# Distributed under the terms of the Modified BSD License.

version_info = (0, 23, 2)
version_info = (0, 23, 3)
flag = ""

__version__ = ".".join(map(str, version_info)) + flag
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/git",
"version": "0.23.2",
"version": "0.23.3",
"description": "A JupyterLab extension for version control using git",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit c5ce0a3

Please sign in to comment.