Skip to content

Commit 2e7a2f0

Browse files
Merge pull request #321 from kgoo124/v1.0.0
v1.0.0
2 parents 0574d9d + 53c47db commit 2e7a2f0

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ node_modules/
99
.eslintcache
1010
**/.DS_Store
1111
coverage/
12+
jupyterlab-tabular-data-editor/__pycache__/
13+
jupyterlab-tabular-data-editor/labextension/

docs/getting_started/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Changelog
44
---------
5+
v1.0.0
6+
^^^^^^
7+
* Extension is now compatible with Jupyterlab 3.0
58

69
v0.7.5
710
^^^^^^

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-tabular-data-editor",
3-
"version": "0.7.6",
3+
"version": "1.0.0",
44
"description": "EXPERIMENTAL: JupyterLab Tabular Data Editor for CSV files",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)