We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dba6cf commit af37335Copy full SHA for af37335
6 files changed
css/m_visualize/__init__.py
@@ -0,0 +1 @@
1
+print('Visual Python')
data/m_visualize/__init__.py
html/m_visualize/__init__.py
js/com/com_Config.js
@@ -462,7 +462,7 @@ define([
462
/**
463
* Version
464
*/
465
- Config.version = "2.1.0";
+ Config.version = "2.1.1";
466
467
468
* Type of mode
js/com/com_Const.js
@@ -19,7 +19,7 @@ define ([
19
class Constants { }
20
21
Constants.TOOLBAR_BTN_INFO = {
22
- HELP: "Visual Python 2.1.0"
+ HELP: "Visual Python 2.1.1"
23
, ICON: "vp-main-icon"
24
, ID: "vpBtnToggle"
25
, NAME: "toggle-vp"
js/m_visualize/__init__.py
0 commit comments