File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.35.0
32files = setup.py kindlestrip.py
43commit = True
54tag = True
5+
Original file line number Diff line number Diff line change 4545# 1.31 - To get K8 style mobis to work properly, need to replace SRCS section with section of 0 length
4646# 1.35a- Backport of fixes from 1.32-1.35 to 1.31 to workaround latest Kindlegen changes
4747
48- __version__ = '1.35 .0'
48+ __version__ = '1.36 .0'
4949
5050import codecs
5151import getopt
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = 'kindlestrip' ,
15- version = '1.35 .0' ,
15+ version = '1.36 .0' ,
1616 url = 'https://github.com/jefftriplett/kindlestrip' ,
1717 license = 'Unlicense' ,
1818 description = 'Strips the penultimate record from Mobipocket ebooks' ,
You can’t perform that action at this time.
0 commit comments