We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0feec81 commit 3938592Copy full SHA for 3938592
3 files changed
messages.json
@@ -14,5 +14,6 @@
14
"0.5.1": "messages/0.5.1.txt",
15
"0.6.0": "messages/0.6.0.txt",
16
"0.6.1": "messages/0.6.1.txt",
17
- "0.6.2": "messages/0.6.2.txt"
+ "0.6.2": "messages/0.6.2.txt",
18
+ "0.6.4": "messages/0.6.4.txt"
19
}
messages/0.6.4.txt
@@ -0,0 +1,4 @@
1
+Update in 0.6.4
2
+---------------
3
+
4
+- add support for ST4
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Helium"
-version = "0.6.0"
+version = "0.6.4"
description = "Let Sublime Text 3 talk with Jupyter."
5
authors = ["Ben Felder <ben@felder.io>"]
6
repository = "https://github.com/pykong/Helium"
0 commit comments