Skip to content

Commit

Permalink
version 6.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Oct 7, 2023
1 parent b0552e3 commit 8f074ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# - title by author
# }}}

{{{ 6.28.0 2023-10-06
{{{ 6.28.1 2023-10-07

:: new features

Expand Down Expand Up @@ -61,6 +61,8 @@

- [2037237] Fix errors caused by .DS_Store files inserted into the .caltrash directory on macOS if the user happens to open .caltrash in Finder

- Version 6.28.1 fixes a regression in 6.28.0 that could cause errors when merging some book records in calibre

:: improved recipes
- National Geographic
- Bloomberg
Expand Down
2 changes: 1 addition & 1 deletion src/calibre/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys, locale, codecs, os, collections, collections.abc

__appname__ = 'calibre'
numeric_version = (6, 28, 0)
numeric_version = (6, 28, 1)
__version__ = '.'.join(map(str, numeric_version))
git_version = None
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
Expand Down

0 comments on commit 8f074ed

Please sign in to comment.