From 0aa945cf48f1b27627f248ddc0fb4ff7637d486a Mon Sep 17 00:00:00 2001 From: Sameer Agarwal Date: Thu, 24 Nov 2016 21:21:36 -0800 Subject: [PATCH] Fix versioning in the documentation Change-Id: I0b8b599972cc32839b6aefe6b9e96861cfd522f8 --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 31a3ac38d..86e00f1e3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,7 +48,7 @@ copyright = u'2015 Google Inc' # built documents. # # The short X.Y version. -version = '1.11' +version = '1.12' # The full version, including alpha/beta/rc tags. release = '1.12.0'