diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2011-06-21 20:15:47 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2011-06-21 20:15:47 -0400 |
| commit | 974258094ee15cbfb74d2978e95bdca63a8bfa57 (patch) | |
| tree | b3e68733fa972ce2a24eb99cff3f9c69a3631aba /docs | |
| parent | ab16f69be615900cecd37027eb82a4aedb356392 (diff) | |
| download | tablib-974258094ee15cbfb74d2978e95bdca63a8bfa57.tar.gz | |
tablib version in docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index d0c7ae6..a9248fc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,7 +48,7 @@ copyright = u'2011. A <a href="http://kennethreitz.com/pages/open-projects.html" # built documents. # # The short X.Y version. -version = '0.9.8' +version = tablib.__version__ # The full version, including alpha/beta/rc tags. release = version |
