Browse Source

Release 0.25.2

Steven Silvester 7 năm trước cách đây
mục cha
commit
e68a043ae6
3 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      jupyterlab/_version.py
  2. 1 1
      jupyterlab/package.app.json
  3. 1 1
      jupyterlab/package.json

+ 1 - 1
jupyterlab/_version.py

@@ -1,2 +1,2 @@
-version_info = (0, 25, 2, 'rc0')
+version_info = (0, 25, 2)
 __version__ = ".".join(map(str, version_info))

+ 1 - 1
jupyterlab/package.app.json

@@ -160,6 +160,6 @@
       "@phosphor/widgets"
     ],
     "name": "JupyterLab",
-    "version": "0.25.2rc0"
+    "version": "0.25.2"
   }
 }

+ 1 - 1
jupyterlab/package.json

@@ -160,6 +160,6 @@
       "@phosphor/widgets"
     ],
     "name": "JupyterLab",
-    "version": "0.25.2rc0"
+    "version": "0.25.2"
   }
 }