Skip to content

Commit c0499e5

Browse files
committed
updated version and telemtry key
1 parent 94e1853 commit c0499e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ For further information and details continue through to the [documentation](http
101101
## [Roadmap](https://donjayamanne.github.io/pythonVSCodeDocs/docs/roadmap/)
102102

103103
## [Change Log](https://github.com/DonJayamanne/pythonVSCode/blob/master/CHANGELOG.md)
104-
### 0.5.4
104+
### Version 0.5.4 (24 November 2016)
105105
* Fixes to installing missing packages [#544](https://github.com/DonJayamanne/pythonVSCode/issues/544)
106106
* Fixes to indentation of blocks of code [#432](https://github.com/DonJayamanne/pythonVSCode/issues/432)
107107
* Fixes to debugging of unittests [#543](https://github.com/DonJayamanne/pythonVSCode/issues/543)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
"html"
265265
]
266266
},
267-
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
267+
"aiKey": "fce7a3d5-4665-4404-b786-31a6306749a6",
268268
"program": "./out/client/debugger/Main.js",
269269
"runtime": "node",
270270
"configurationAttributes": {

src/client/common/telemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class Delays {
5252
const extensionId = "donjayamanne.python";
5353
const extension = extensions.getExtension(extensionId);
5454
const extensionVersion = extension.packageJSON.version;
55-
const aiKey = "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217";
55+
const aiKey = "fce7a3d5-4665-4404-b786-31a6306749a6";
5656
let reporter: TelemetryReporter;
5757

5858
/**

0 commit comments

Comments
 (0)