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 dca7cf3 commit c9b0c23Copy full SHA for c9b0c23
js/com/com_Config.js
@@ -579,7 +579,7 @@ define([
579
/**
580
* Version
581
*/
582
- Config.version = "2.2.4";
+ Config.version = "2.2.5";
583
584
585
* 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.2.4"
+ HELP: "Visual Python 2.2.5"
23
, ICON: "vp-main-icon"
24
, ID: "vpBtnToggle"
25
, NAME: "toggle-vp"
0 commit comments