/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Jelmer Vernooij
  • Date: 2018-10-20 16:33:25 UTC
  • mto: (491.6.1 breezy)
  • mto: This revision was merged to the branch mainline in revision 494.
  • Revision ID: jelmer@jelmer.uk-20181020163325-3d9z5ztil3vomctj
Add NEWS, drop info.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
import sys
34
34
 
35
 
from .info import (
36
 
    bzr_plugin_version as version_info,
37
 
    bzr_compatible_versions,
38
 
    )
 
35
version_info = (1, 20, 0) # Keep in sync with loggerhead/__init__.py
39
36
 
40
37
import breezy
41
38
from breezy import commands