Skip to content

Commit 9f7b05e

Browse files
committed
Bump version: 1.35.0 → 1.36.0
1 parent 93ac1df commit 9f7b05e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.35.0
32
files = setup.py kindlestrip.py
43
commit = True
54
tag = True
5+

kindlestrip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
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

5050
import codecs
5151
import getopt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
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',

0 commit comments

Comments
 (0)