Skip to content

Commit bf58cec

Browse files
authored
Merge pull request #737 from fcollonval/0-21-rc
Bump to 0.21.0rc0
2 parents a7e5707 + 97c7e85 commit bf58cec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyterlab_git/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Distributed under the terms of the Modified BSD License.
33

44
version_info = (0, 21, 0)
5-
flag = 'a1'
5+
flag = 'rc0'
66

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/git",
3-
"version": "0.21.0-alpha.1",
3+
"version": "0.21.0-rc.0",
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)