Skip to content

Commit 03cb915

Browse files
authored
bump to 0.22.1 (#797)
* bump to 0.22.1 * Bump to 0.22.1 * test against python 3.9
1 parent 2cbaf8d commit 03cb915

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ['3.6', '3.7', '3.8', '3.9.0-rc.1']
15+
python-version: ['3.6', '3.7', '3.8', '3.9']
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v2

jupyterlab_git/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) Project Jupyter.
22
# Distributed under the terms of the Modified BSD License.
33

4-
version_info = (0, 22, 0)
4+
version_info = (0, 22, 1)
55
flag = ""
66

77
__version__ = ".".join(map(str, version_info)) + flag

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/git",
3-
"version": "0.22.0",
3+
"version": "0.22.1",
44
"description": "A JupyterLab extension for version control using git",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)