diff options
| author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-01-25 08:52:11 +0000 |
|---|---|---|
| committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-01-25 08:52:11 +0000 |
| commit | 7562740429164aafce16c3246a629eec66e5c5bc (patch) | |
| tree | 20bd7d4d7b7caa517d1dd2dcda398f11b9f05ea6 /doc/conf.py | |
| parent | d108c4c729ac945d48ca4b9d5ebeb5f790d3d983 (diff) | |
| download | logutils-0.3.1.tar.gz | |
setup.py and documentation tweaks.0.3.1
Diffstat (limited to 'doc/conf.py')
| -rw-r--r-- | doc/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py index a1af384..c526df8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -42,16 +42,16 @@ master_doc = 'index' # General information about the project. project = u'Logutils' -copyright = u'2010, Vinay Sajip' +copyright = u'2010-2011, Vinay Sajip' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.2' +version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.2' +release = '0.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |
