mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 08:13:43 +02:00
IGN:...
This commit is contained in:
parent
27a78ef851
commit
87d9abd1aa
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -169,7 +169,7 @@ def _ep_to_function(ep):
|
|||
http://%s.kovidgoyal.net
|
||||
|
||||
For source code access:
|
||||
bzr branch %s
|
||||
bzr branch lp:%s
|
||||
|
||||
To update your copy of the source code:
|
||||
bzr merge
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ def to_wiki_txt(self):
|
|||
txt = ['= Changelog =\n[[PageOutline]]']
|
||||
for entry in self.entries:
|
||||
txt.append(u'----\n== Version '+entry[0]+' ==')
|
||||
if entry[0] == '0.6.0':
|
||||
if entry[0].strip().startswith('0.6.0'):
|
||||
txt.append(u'For a list of new features in 0.6.0 see http://calibre.kovidgoyal.net/new_in_6')
|
||||
else:
|
||||
for msg in entry[1]:
|
||||
|
|
|
|||
Loading…
Reference in a new issue