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 bc45757 commit b79f75dCopy full SHA for b79f75d
css/m_ml/__init__.py
@@ -0,0 +1 @@
1
+print('Visual Python')
js/com/com_Config.js
@@ -466,7 +466,7 @@ define([
466
/**
467
* Version
468
*/
469
- Config.version = "2.1.3";
+ Config.version = "2.2.0";
470
471
472
* 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.3"
+ HELP: "Visual Python 2.2.0"
23
, ICON: "vp-main-icon"
24
, ID: "vpBtnToggle"
25
, NAME: "toggle-vp"
0 commit comments