Browse Source

Release 0.28.0rc0

Steven Silvester 7 years ago
parent
commit
f0b85fc60a
4 changed files with 6 additions and 5 deletions
  1. 1 1
      jupyterlab/_version.py
  2. 2 2
      jupyterlab/package.app.json
  3. 1 1
      jupyterlab/package.json
  4. 2 1
      setupbase.py

+ 1 - 1
jupyterlab/_version.py

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

+ 2 - 2
jupyterlab/package.app.json

@@ -47,7 +47,7 @@
     "@jupyterlab/rendermime-interfaces": "^0.4.1",
     "@jupyterlab/running": "^0.11.1",
     "@jupyterlab/running-extension": "^0.11.1",
-    "@jupyterlab/services": "^0.50.1",
+    "@jupyterlab/services": "^0.50.2",
     "@jupyterlab/settingeditor-extension": "^0.6.1",
     "@jupyterlab/shortcuts-extension": "^0.11.1",
     "@jupyterlab/tabmanager-extension": "^0.11.1",
@@ -137,7 +137,7 @@
       "@jupyterlab/tooltip",
       "@phosphor/widgets"
     ],
-    "version": "0.28.0a0",
+    "version": "0.28.0rc0",
     "linkedPackages": {}
   }
 }

+ 1 - 1
jupyterlab/package.json

@@ -139,7 +139,7 @@
       "@jupyterlab/tooltip",
       "@phosphor/widgets"
     ],
-    "version": "0.28.0a0",
+    "version": "0.28.0rc0",
     "linkedPackages": {
       "@jupyterlab/application": "../packages/application",
       "@jupyterlab/application-extension": "../packages/application-extension",

+ 2 - 1
setupbase.py

@@ -171,7 +171,8 @@ class CheckAssets(Command):
         pjoin(here, 'jupyterlab', 'build', 'main.bundle.js'),
         pjoin(here, 'jupyterlab', 'schemas', '@jupyterlab',
             'shortcuts-extension', 'plugin.json'),
-        pjoin(here, 'jupyterlab', 'themes', 'jupyterlab-theme-light-extension',
+        pjoin(here, 'jupyterlab', 'themes', '@jupyterlab',
+            'theme-light-extension',
             'images', 'jupyterlab.svg')
     ]