mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:...
This commit is contained in:
parent
27a78ef851
commit
87d9abd1aa
2
setup.py
2
setup.py
@ -169,7 +169,7 @@ if __name__ == '__main__':
|
|||||||
http://%s.kovidgoyal.net
|
http://%s.kovidgoyal.net
|
||||||
|
|
||||||
For source code access:
|
For source code access:
|
||||||
bzr branch %s
|
bzr branch lp:%s
|
||||||
|
|
||||||
To update your copy of the source code:
|
To update your copy of the source code:
|
||||||
bzr merge
|
bzr merge
|
||||||
|
@ -48,7 +48,7 @@ class ChangelogFormatter(blog.LogFormatter):
|
|||||||
txt = ['= Changelog =\n[[PageOutline]]']
|
txt = ['= Changelog =\n[[PageOutline]]']
|
||||||
for entry in self.entries:
|
for entry in self.entries:
|
||||||
txt.append(u'----\n== Version '+entry[0]+' ==')
|
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')
|
txt.append(u'For a list of new features in 0.6.0 see http://calibre.kovidgoyal.net/new_in_6')
|
||||||
else:
|
else:
|
||||||
for msg in entry[1]:
|
for msg in entry[1]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user