~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/__init__.py

  • Committer: William Grant
  • Date: 2011-03-24 03:40:33 UTC
  • mto: (456.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 457.
  • Revision ID: william.grant@canonical.com-20110324034033-4fdcwdrt22psifrc
Tags: loggerhead-1.18.1
Update NEWS and __version__ for 1.18.1.

Show diffs side-by-side

added added

removed removed

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