Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update main to next version number #5275

Merged
merged 1 commit into from
Mar 24, 2021

Conversation

IanMatthewHuff
Copy link
Member

For #5267

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR).
  • Title summarizes what is changing.
  • Has a news entry file (remember to thank yourself!).
  • Appropriate comments and documentation strings in the code.
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated.
  • Test plan is updated as appropriate.
  • package-lock.json has been regenerated by running npm install (if dependencies have changed).

@IanMatthewHuff IanMatthewHuff requested a review from a team as a code owner March 24, 2021 21:16
@@ -1,7 +1,7 @@
{
"name": "jupyter",
"displayName": "Jupyter",
"version": "2021.4.0",
"version": "2021.5.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait, wouldn't 5 be May? I always thought the second number was the month, and the third increases with point releases.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DavidKutu Yup. Currently our next release (what I just snapped into the release branch) is 2021.4.0 so early April release. Since that is the release branch main is now targeting the release after that which is an early May release.

@codecov-io
Copy link

Codecov Report

Merging #5275 (641edfd) into main (4c4a36a) will increase coverage by 0%.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main   #5275   +/-   ##
=====================================
  Coverage     73%     73%           
=====================================
  Files        401     401           
  Lines      26533   26533           
  Branches    3872    3872           
=====================================
+ Hits       19447   19456    +9     
+ Misses      5479    5470    -9     
  Partials    1607    1607           
Impacted Files Coverage Δ
...active-common/intellisense/intellisenseProvider.ts 74% <0%> (+<1%) ⬆️
src/client/datascience/jupyter/jupyterNotebook.ts 76% <0%> (+<1%) ⬆️
src/client/datascience/baseJupyterSession.ts 76% <0%> (+<1%) ⬆️
src/client/common/process/pythonDaemonPool.ts 80% <0%> (+4%) ⬆️

@IanMatthewHuff IanMatthewHuff merged commit 39b21b9 into main Mar 24, 2021
@IanMatthewHuff IanMatthewHuff deleted the dev/ianhu/updateMainAfterRelease branch March 24, 2021 22:21
DonJayamanne added a commit to jakebailey/vscode-jupyter that referenced this pull request Mar 25, 2021
* main: (33 commits)
  Fix problems found while debugging synapse connections (microsoft#5297)
  Ask user to enable CDN support to render IPyWidget (microsoft#5282)
  Remove jupyter.useNotebookEditor (microsoft#5249)
  Fixes to creating and re-opning non-python notebooks (microsoft#5271)
  Update main part 2 (microsoft#5296)
  Fix problem with run selection in an editor (microsoft#5298)
  Avoid calling `reveal` if a webview is already active or visible (microsoft#5276)
  Remove default value from setting description (microsoft#5288)
  Use 'learn more' clickable link for setting (microsoft#5285)
  update to next version number (microsoft#5275)
  Fix display of non-numeric DataFrame index columns (microsoft#5254)
  Use resolveKernel instead of resolveDocument which is due for deprecation and re-enable and update associated tests. (microsoft#5255)
  Display survey only when dealing with Jupyter Notebooks (microsoft#5248)
  Remove java kernel tests from Notebooks (microsoft#5247)
  Fix scheduled build pipeline (microsoft#5245)
  Add string argument to jupyter.execSelectionInteractive for extensibility (microsoft#5053)
  Finally to make sure that we claen up our status message (microsoft#5239)
  Updates to Notebook kernel execution API (microsoft#5241)
  Changes to execution of Native Notebooks (changes in Proposed API) (microsoft#5180)
  Update release pipeline (microsoft#5231)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants