Skip to content

Commit

Permalink
docs: update tvm doc release version to 2.1.1 and fix typo and grammar (
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu authored Oct 25, 2022
1 parent 1261aeb commit 025f000
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ https://www.conventionalcommits.org/en/v1.0.0/
Use this template as a guide. Omit sections that don't apply.
🙈 Don't be lazy, try to fill out the template well.
🙈 Don't be lazy; try to fill out the template well.
-->

## Description
Expand All @@ -16,8 +16,8 @@ Useful information to include:
- Which user roles will this change impact? Common user roles are "Learner", "Course Author",
"Developer", and "Operator".
- Include screenshots for changes to the UI (ideally, both "before" and "after" screenshots, if applicable).
- Provide links to the description of corresponding configuration changes. Remember to correctly annotate these
changes.
- Provide links to the description of corresponding configuration changes. Remember to annotate these
changes correctly.

## Testing instructions

Expand All @@ -27,7 +27,7 @@ Please provide detailed step-by-step instructions for testing this change.

Include anything else that will help reviewers and consumers understand the change.
- Does this change depend on other changes elsewhere?
- Any special concerns or limitations? For example: deprecations, migrations, security, or accessibility.
- Any particular concerns or limitations? For example: deprecations, migrations, security, or accessibility.
- Link to other information about the change, such as Jira issues, GitHub issues, or Discourse discussions.

## Checklist for Merge
Expand All @@ -37,7 +37,7 @@ Include anything else that will help reviewers and consumers understand the chan
- [ ] Squashed commits

<!--
You can put NA in the checklist if it doesn't apply
You can put NA in the checklist if it doesn't apply.
- [x] Check that dont't apply / NA
- [x] Check that don't apply / NA
-->
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'TVM'
copyright = '2022, eduNEXT'
author = 'eduNEXT'
release = 'v2.1.0'
release = 'v2.1.1'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down

0 comments on commit 025f000

Please sign in to comment.