version 0.7.52

This commit is contained in:
Kovid Goyal 2011-03-25 19:01:10 -06:00
parent 2ad3779c48
commit 6f09ab9976
3 changed files with 8 additions and 2 deletions

View File

@ -19,6 +19,12 @@
# new recipes:
# - title:
- version: 0.7.52
date: 2011-03-25
bug fixes:
- title: "Fixes a typo in 0.7.51 that broke the downloading of some news. Apologies."
- version: 0.7.51
date: 2011-03-25

View File

@ -14,7 +14,7 @@ from setup.build_environment import HOST, PROJECT
BASE_RSYNC = ['rsync', '-avz', '--delete']
EXCLUDES = []
for x in [
'src/calibre/plugins', 'src/calibre/manual', 'src/calibre/trac', 'recipes',
'src/calibre/plugins', 'src/calibre/manual', 'src/calibre/trac',
'.bzr', '.build', '.svn', 'build', 'dist', 'imgsrc', '*.pyc', '*.pyo', '*.swp',
'*.swo', 'format_docs']:
EXCLUDES.extend(['--exclude', x])

View File

@ -2,7 +2,7 @@ __license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
__docformat__ = 'restructuredtext en'
__appname__ = 'calibre'
__version__ = '0.7.51'
__version__ = '0.7.52'
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
import re, importlib