From 6ea6d178836291950ba9b39dd9a564f9fe7478e2 Mon Sep 17 00:00:00 2001 From: Blake Eggleston Date: Sat, 6 Jul 2013 08:28:40 -0700 Subject: [PATCH] fixing doc version --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 847ef50d..37422f20 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ copyright = u'2012, Blake Eggleston' # |version| and |release|, also used in various other places throughout the # built documents. # -__cqlengine_version_path__ = os.path.realpath(__file__ + '/../VERSION') +__cqlengine_version_path__ = os.path.realpath(__file__ + '/../../cqlengine/VERSION') # The short X.Y version. version = open(__cqlengine_version_path__, 'r').readline().strip() # The full version, including alpha/beta/rc tags.