~jelmer/dulwich/lp-pqm

« back to all changes in this revision

Viewing changes to dulwich/__init__.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-10 15:29:16 UTC
  • mfrom: (426.1.1 lp-pqm)
  • Revision ID: launchpad@pqm.canonical.com-20110810152916-2ivg8kq9gdwd7gr5
[rs=jelmer] Update to upstream 930.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
from dulwich import (client, protocol, repo, server)
25
25
 
26
 
__version__ = (0, 7, 2)
 
26
__version__ = (0, 8, 1)