From a2547a90bec7d963e5c719bcd1db68cf153e43b7 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 9 Oct 2009 15:01:57 +0200 Subject: [PATCH] Getting ready for 0.6.0 --- dbtemplates/__init__.py | 2 +- setup.cfg | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dbtemplates/__init__.py b/dbtemplates/__init__.py index 5805fa3..d1fc581 100644 --- a/dbtemplates/__init__.py +++ b/dbtemplates/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 5, 9) +VERSION = (0, 6, 0) __version__ = '.'.join(map(str, VERSION)) \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 3c2fdf5..98cef66 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,10 @@ [egg_info] -tag_build = dev +#tag_build = dev + +[build_sphinx] +source-dir = docs/ +build-dir = docs/_build +all_files = 1 + +[upload_docs] +upload-dir = docs/_build/html