Skip to content

Commit

Permalink
[IMP] doc: update links to 14.0
Browse files Browse the repository at this point in the history
closes odoo#58610

Signed-off-by: Martin Trigaux (mat) <[email protected]>
  • Loading branch information
Yenthe666 authored and mart-e committed Sep 28, 2020
1 parent 7b70430 commit 78abbd6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TL;DR
* If you [make a pull request](https://github.com/odoo/odoo/wiki/Contributing#making-pull-requests),
do not create an issue! Use the PR description for that
* Issues are handled with a much lower priority than pull requests
* Use this [template](https://github.com/odoo/odoo/tree/13.0/.github/ISSUE_TEMPLATE.md)
* Use this [template](https://github.com/odoo/odoo/tree/14.0/.github/ISSUE_TEMPLATE.md)
when reporting issues. Please search for duplicates first!
* Pull requests must be made against the [correct version](https://github.com/odoo/odoo/wiki/Contributing#against-which-version-should-i-submit-a-patch)
* There are restrictions on the kind of [changes allowed in stable series](https://github.com/odoo/odoo/wiki/Contributing#what-does-stable-mean)
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

| Version | Supported |
| ------- | ------------------ |
| 14.0 | :white_check_mark: |
| 13.0 | :white_check_mark: |
| 12.0 | :white_check_mark: |
| 11.0 | :white_check_mark: |
| <=10.0 | :x: |
| <=11.0 | :x: |

## Reporting a Vulnerability

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '13.0'
version = '14.0'
# The full version, including alpha/beta/rc tags.
release = '13.0'
release = '14.0'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down

0 comments on commit 78abbd6

Please sign in to comment.