Skip to content

Commit 78abbd6

Browse files
Yenthe666mart-e
authored andcommitted
[IMP] doc: update links to 14.0
closes odoo#58610 Signed-off-by: Martin Trigaux (mat) <[email protected]>
1 parent 7b70430 commit 78abbd6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ TL;DR
88
* If you [make a pull request](https://github.com/odoo/odoo/wiki/Contributing#making-pull-requests),
99
do not create an issue! Use the PR description for that
1010
* Issues are handled with a much lower priority than pull requests
11-
* Use this [template](https://github.com/odoo/odoo/tree/13.0/.github/ISSUE_TEMPLATE.md)
11+
* Use this [template](https://github.com/odoo/odoo/tree/14.0/.github/ISSUE_TEMPLATE.md)
1212
when reporting issues. Please search for duplicates first!
1313
* Pull requests must be made against the [correct version](https://github.com/odoo/odoo/wiki/Contributing#against-which-version-should-i-submit-a-patch)
1414
* There are restrictions on the kind of [changes allowed in stable series](https://github.com/odoo/odoo/wiki/Contributing#what-does-stable-mean)

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
| Version | Supported |
66
| ------- | ------------------ |
7+
| 14.0 | :white_check_mark: |
78
| 13.0 | :white_check_mark: |
89
| 12.0 | :white_check_mark: |
9-
| 11.0 | :white_check_mark: |
10-
| <=10.0 | :x: |
10+
| <=11.0 | :x: |
1111

1212
## Reporting a Vulnerability
1313

doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = '13.0'
57+
version = '14.0'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '13.0'
59+
release = '14.0'
6060

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

0 commit comments

Comments
 (0)