Skip to content

Commit

Permalink
Merge pull request #811 from fcollonval/master
Browse files Browse the repository at this point in the history
Bump to 0.22.3
  • Loading branch information
fcollonval committed Oct 31, 2020
2 parents 64ad5b2 + 77990d5 commit 2b685a3
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, 22, 2)
version_info = (0, 22, 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.22.2",
"version": "0.22.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 2b685a3

Please sign in to comment.