~ubuntu-branches/ubuntu/precise/dulwich/precise-security

« back to all changes in this revision

Viewing changes to dulwich/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2009-10-07 12:08:10 UTC
  • mfrom: (1.2.7 upstream) (8.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091007120810-e8w1m24aocsx5t5e
Tags: 0.4.0-1
* New upstream release.
* Bump standards version to 3.8.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
import repo
28
28
import server
29
29
 
30
 
__version__ = (0, 3, 3)
 
30
__version__ = (0, 4, 0)