Skip to content

Commit 7dc95dc

Browse files
committed
Merge branch 'master' of github.com:microsoft/vscode-python
* 'master' of github.com:microsoft/vscode-python: Move to the next monthly release. (#6246)
2 parents e30162c + 8ab29c8 commit 7dc95dc

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/release_plan.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@
3434
- [ ] Merge pull request into `master`
3535
- [ ] Delete the `release` branch in the repo
3636
- [ ] Create a new `release` branch from `master`
37-
- [ ] Bump the version number to the next release in the `master` branch
37+
- [ ] Bump the version number to the next monthly ("YYYY.M.0-dev") release in the `master` branch
3838
- [ ] `package.json`
3939
- [ ] `package-lock.json`
40+
- [ ] Create a pull request against `master`
41+
- [ ] Merge pull request into `master`
4042
- [ ] Announce the code freeze is over
4143
- [ ] Update [Component Governance](https://dev.azure.com/ms/vscode-python/)
4244
- [ ] Provide details for any automatically detected npm dependencies

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.",
5-
"version": "2019.6.0-rc",
5+
"version": "2019.7.0-dev",
66
"languageServerVersion": "0.2.82",
77
"publisher": "ms-python",
88
"author": {

0 commit comments

Comments
 (0)