Skip to content

Commit b4511ec

Browse files
committed
Bump version for re-release
1 parent 986f9f4 commit b4511ec

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Changelog.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# - title by author
2424
# }}}
2525

26-
{{{ 8.0.0 2025-03-21
26+
{{{ 8.0.1 2025-03-21
2727

2828
:: new features
2929

@@ -67,6 +67,8 @@
6767

6868
- [2098620] Metadata download: Publisher/series transform rules: Fix values with commas in them not working
6969

70+
- Version 8.0.1 fixes a failure to start on systems where the user had previously installed the KoboTouchExtended plugin and disabled the builtin KoboTouch driver
71+
7072
:: improved recipes
7173
- Linux Weekly News
7274
- Spectator

src/calibre/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from polyglot.builtins import environ_item, hasenv
1212

1313
__appname__ = 'calibre'
14-
numeric_version = (8, 0, 0)
14+
numeric_version = (8, 0, 1)
1515
__version__ = '.'.join(map(str, numeric_version))
1616
git_version = None
1717
__author__ = 'Kovid Goyal <[email protected]>'

0 commit comments

Comments
 (0)