Skip to content

Commit a046ce8

Browse files
committed
Merge pull request scrapy#1753 from scrapy/release-1.0.5
[MRG+1] Release 1.0.5
2 parents 0013080 + fd0a0ce commit a046ce8

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.4
2+
current_version = 1.0.5
33
commit = True
44
tag = True
55
tag_name = {new_version}

docs/news.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
Release notes
44
=============
55

6+
1.0.5 (2016-02-04)
7+
------------------
8+
9+
- FIX: [Backport] Ignore bogus links in LinkExtractors (fixes :issue:`907`, :commit:`108195e`)
10+
- TST: Changed buildbot makefile to use 'pytest' (:commit:`1f3d90a`)
11+
- DOC: Fixed typos in tutorial and media-pipeline (:commit:`808a9ea` and :commit:`803bd87`)
12+
- DOC: Add AjaxCrawlMiddleware to DOWNLOADER_MIDDLEWARES_BASE in settings docs (:commit:`aa94121`)
13+
614
1.0.4 (2015-12-30)
715
------------------
816

@@ -590,7 +598,7 @@ Enhancements
590598
- Document `request_scheduled` signal (:issue:`746`)
591599
- Add a note about reporting security issues (:issue:`697`)
592600
- Add LevelDB http cache storage backend (:issue:`626`, :issue:`500`)
593-
- Sort spider list output of `scrapy list` command (:issue:`742`)
601+
- Sort spider list output of `scrapy list` command (:issue:`742`)
594602
- Multiple documentation enhancemens and fixes
595603
(:issue:`575`, :issue:`587`, :issue:`590`, :issue:`596`, :issue:`610`,
596604
:issue:`617`, :issue:`618`, :issue:`627`, :issue:`613`, :issue:`643`,

scrapy/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.4
1+
1.0.5

0 commit comments

Comments
 (0)