Browse Source

Release 0.27.0

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

+ 1 - 1
jupyterlab/_version.py

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