Skip to content

Commit

Permalink
version 3.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jun 15, 2018
1 parent 3a6fd2b commit 7d38911
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Changelog.yaml
Expand Up @@ -20,7 +20,7 @@
# new recipes:
# - title:

- version: 3.26.0
- version: 3.26.1
date: 2018-06-15

new features:
Expand Down Expand Up @@ -59,6 +59,9 @@
- title: "Edit metadata dialog: Fix distorted rendering of some labels in the custom metadata tab in rare circumstances."
tickets: [1766762]

- title: "version 3.26.1 prevents dropping of a book onto itself from triggering the merge dialog, which should reduce accidental triggers"
tickets: [1777054]

improved recipes:
- Slate
- New York Times Book Review
Expand Down
2 changes: 1 addition & 1 deletion src/calibre/constants.py
Expand Up @@ -6,7 +6,7 @@
import sys, locale, codecs, os, importlib, collections

__appname__ = u'calibre'
numeric_version = (3, 26, 0)
numeric_version = (3, 26, 1)
__version__ = u'.'.join(map(unicode, numeric_version))
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"

Expand Down

0 comments on commit 7d38911

Please sign in to comment.