Skip to content

Commit 6e522d6

Browse files
authored
Update docs for 0.16.x (#2279)
1 parent 45fad22 commit 6e522d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/config/all.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from cakephpsphinx.config.all import *
99

1010
# The full version, including alpha/beta/rc tags.
11-
release = '0.13.x'
11+
release = '0.16.x'
1212

1313
# The search index version.
1414
search_version = 'phinx-0'
@@ -21,7 +21,7 @@
2121

2222
# Other versions that display in the version picker menu.
2323
version_list = [
24-
{'name': '0.13', 'number': '/phinx/0', 'title': '0.13', 'current': True},
24+
{'name': '0.16', 'number': '/phinx/0', 'title': '0.16', 'current': True},
2525
]
2626

2727
# Languages available.
@@ -32,7 +32,7 @@
3232
branch = '0.x'
3333

3434
# Current version being built
35-
version = '0.13'
35+
version = '0.16'
3636

3737
show_root_link = True
3838

0 commit comments

Comments
 (0)