Skip to content

Commit

Permalink
Release commit for v.0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 authored and holgerd77 committed Jun 17, 2015
1 parent 8c91836 commit 3e72c68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ Docker container can be run with::

Release Notes
=============
**Changes in version 0.5.1-beta** (2015-06-17)

* Make sure that ``Javascript`` rendering is only activated for pages with ``HTML`` content type

**Changes in version 0.5.0-beta** (2015-06-10)

* Support for creating ``JSON/JSONPath`` scrapers for scraping ``JSON`` encoded pages (see: :ref:`json_jsonpath_scrapers`)
Expand Down
3 changes: 3 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ django-dynamic-scraper - Documentation
Django Dynamic Scraper (DDS) is an app for Django build on top of the scraping framework Scrapy_. While preserving many
of the features of Scrapy it lets you dynamically create and manage spiders via the Django admin interface.

.. note::
Lot's of new features added recently : ``Django 1.8``/``Scrapy 0.24`` support, ``Javascript`` rendering,
scraping ``JSON`` content, see :ref:`releasenotes` for further details!

Features
--------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='django-dynamic-scraper',
version='0.5.0',
version='0.5.1',
description='Creating Scrapy scrapers via the Django admin interface',
author='Holger Drewes',
author_email='Holger.Drewes@gmail.com',
Expand Down

0 comments on commit 3e72c68

Please sign in to comment.