diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/conf.py | 6 | ||||
| -rw-r--r-- | doc/index.rst | 2 |
2 files changed, 5 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. diff --git a/doc/index.rst b/doc/index.rst index 56aab6a..095d0e8 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -7,6 +7,8 @@ Logutils documentation .. automodule:: logutils + For recent changes, see :ref:`whats-new`. + There are a number of subcomponents to this package, relating to particular tasks you may want to perform: |
