django-analytical/analytical/__init__.py
Joost Cassee c23b0abc02 Fix version and changelog
Version skipped 0.6.0 and the changelog was not updated.
2011-02-25 00:21:20 +01:00

15 lines
432 B
Python

"""
Analytics service integration for Django
========================================
The django-analytical application integrates analytics services into a
Django_ project. See the ``docs`` directory for more information.
.. _Django: http://www.djangoproject.com/
"""
__author__ = "Joost Cassee"
__email__ = "joost@cassee.net"
__version__ = "0.6.0"
__copyright__ = "Copyright (C) 2011 Joost Cassee"
__license__ = "MIT License"