Skip to content

Commit

Permalink
new version of plugin 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmars committed Jun 21, 2015
1 parent 139dc42 commit 5e4c0b8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion calibreletssharebooks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class LetsShareBooks(InterfaceActionBase):
description = 'Share calibre library through tunnel at http://www.memoryoftheworld.org'
supported_platforms = ['windows', 'osx', 'linux']
author = 'Marcell Mars'
version = (3, 0, 1)
version = (3, 0, 2)
minimum_calibre_version = (0, 9, 30)
actual_plugin = 'calibre_plugins.letssharebooks.ui:LetsShareBooksUI'

Expand Down
2 changes: 1 addition & 1 deletion calibreletssharebooks/_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.1
3.0.2
Binary file modified calibreletssharebooks/letssharebooks_calibre.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion calibreletssharebooks/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

#- set up logging -------------------------------------------------------------
from calibre_plugins.letssharebooks.my_logger import get_logger
logger = get_logger('letssharebooks', disabled=False)
logger = get_logger('letssharebooks', disabled=True)
logger.debug("QT_RUNNING: {}".format(QT_RUNNING))

#------------------------------------------------------------------------------
Expand Down

0 comments on commit 5e4c0b8

Please sign in to comment.