diff --git a/docs/config/all.py b/docs/config/all.py index caebcd1e8..9fd53bce4 100644 --- a/docs/config/all.py +++ b/docs/config/all.py @@ -8,7 +8,7 @@ from cakephpsphinx.config.all import * # The full version, including alpha/beta/rc tags. -release = '0.13.x' +release = '0.16.x' # The search index version. search_version = 'phinx-0' @@ -21,7 +21,7 @@ # Other versions that display in the version picker menu. version_list = [ - {'name': '0.13', 'number': '/phinx/0', 'title': '0.13', 'current': True}, + {'name': '0.16', 'number': '/phinx/0', 'title': '0.16', 'current': True}, ] # Languages available. @@ -32,7 +32,7 @@ branch = '0.x' # Current version being built -version = '0.13' +version = '0.16' show_root_link = True