/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/doc_generate/conf.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 18:10:28 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521181028-zn04pdfw0od9hfj3
Rename brzlib => breezy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
# built documents.
45
45
#
46
46
# The short X.Y version.
47
 
import brzlib
48
 
version = '.'.join(str(p) for p in brzlib.version_info[:2])
 
47
import breezy
 
48
version = '.'.join(str(p) for p in breezy.version_info[:2])
49
49
# The full version, including alpha/beta/rc tags.
50
 
release = brzlib.version_string
 
50
release = breezy.version_string
51
51
 
52
52
# The language for content autogenerated by Sphinx. Refer to documentation
53
53
# for a list of supported languages.