~abompard/mailman.client/uuids

« back to all changes in this revision

Viewing changes to src/mailmanclient/__init__.py

  • Committer: Florian Fuchs
  • Date: 2014-04-22 14:38:40 UTC
  • Revision ID: flo.fuchs@gmail.com-20140422143840-vttmqrmttnwwg9qb
versionĀ bumpĀ (1.0.0b1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    ]
27
27
 
28
28
 
29
 
__version__ = '1.0.0a1'
 
29
__version__ = '1.0.0b1'
30
30
 
31
31
 
32
32
from mailmanclient._client import Client, MailmanConnectionError