Skip to content

Commit

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

- version: 2.79.0
- version: 2.79.1
date: 2017-02-10

new features:
Expand All @@ -31,6 +31,8 @@
- title: "Conversion: Log options that are different from the defaults separately, for easy reference"

bug fixes:
- title: "2.79.1 fixes a regression in 2.79.0 that broke the file open dialogs on windows vista"

- title: "Conversion: Fix regression that broke conversion of some epub files when using the 'Remove first image' option."
tickets: [1660699]

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 = (2, 79, 0)
numeric_version = (2, 79, 1)
__version__ = u'.'.join(map(unicode, numeric_version))
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"

Expand Down

0 comments on commit 7c3ced5

Please sign in to comment.