Fix MANIFEST bug

An old MANIFEST file caused GoSquared support to be missing from the
source distribution.
This commit is contained in:
Joost Cassee 2011-04-23 00:10:06 +02:00
parent d40b73f23c
commit 3e5e0c25f2
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Version 0.8.1
-------------
* Fixed MANIFEST bug that caused GoSquared support to be missing from
the source distribution.
Version 0.8.0
-------------
* Added support for the GoSquared service.

View file

@ -10,6 +10,6 @@ Django_ project. See the ``docs`` directory for more information.
__author__ = "Joost Cassee"
__email__ = "joost@cassee.net"
__version__ = "0.8.0"
__version__ = "0.8.1"
__copyright__ = "Copyright (C) 2011 Joost Cassee"
__license__ = "MIT License"