~ubuntu-branches/ubuntu/karmic/pymsn/karmic

« back to all changes in this revision

Viewing changes to pymsn/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville, Laurent Bigonville, Jonny Lamb
  • Date: 2008-08-08 17:18:04 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080808171804-c6ol6xeb3evgel6u
Tags: 0.3.3-0ubuntu1
[ Laurent Bigonville ]
* debian/control: change python-ctypes to python (>= 2.5) | python-ctypes
  (Closes: #493002)

[ Jonny Lamb ]
* New upstream version. (Closes: #493908)
* debian/control: Removed python-adns dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    @group Network Layer: gnet
27
27
"""
28
28
 
29
 
__version__ = "0.3.2"
 
29
__version__ = "0.3.3"
30
30
__author__ = "Ali Sabil <ali.sabil@gmail.com>"
31
31
__url__ = "http://telepathy.freedesktop.org/wiki/Pymsn"
32
32
__license__ = "GNU GPL"