Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Martin Garcia committed Mar 23, 2013
1 parent 7132f7a commit f89b525
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.0 (2013-03-23)
Added `datCrawlerWorker` class:
- This now does the download and crawling "phases"
- new: `datCrawl.worker(url)` and `datCrawl.match(url)`, both returns a `datCrawlerWorker`

## 0.2.0 (2013-03-16)
**Modified crawler behaviour**
- Now every regular expression of a certain URL **needs** a group called `url`. That group will be the URL sent to the associated `Downloader`.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='datCrawl',
version='0.2.0',
version='0.3.0',
author='Felipe Martin',
author_email='[email protected]',
packages=['datCrawl'],
Expand Down

0 comments on commit f89b525

Please sign in to comment.