~wgrant/loggerhead/1.18-bug-740142

« back to all changes in this revision

Viewing changes to loggerhead/__init__.py

  • Committer: Max Kanat-Alexander
  • Date: 2010-11-11 03:30:43 UTC
  • Revision ID: mkanat@bugzilla.org-20101111033043-rmxnwrkxfkcrqq60
Tags: loggerhead-1.18
ReleaseĀ 1.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
import pkg_resources
24
24
 
25
 
__version__ = '1.17'
 
25
__version__ = '1.18'
26
26
required_bzrlib = (1, 17)
27
27
 
28
28
pkg_resources.get_distribution('Paste>=1.6')