Skip to content

Commit

Permalink
release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinta committed Oct 16, 2013
1 parent 82585e9 commit fad2067
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions HISTORY.rst
Expand Up @@ -5,6 +5,9 @@ History
++++++++++++++++++

- Use unicode for every string
- Fix running test.py from another directory
- Rename module `models` to `core`
- Remove in_ignorecase()


1.2.0 (2013-10-15)
Expand Down
3 changes: 2 additions & 1 deletion MANIFEST.in
@@ -1,4 +1,5 @@
include LICENSE
include HISTORY.rst
include README.rst
include HISTORY.rst
include requirements.txt
include requirements_test.txt
2 changes: 1 addition & 1 deletion haul/__init__.py
@@ -1,6 +1,6 @@
# coding: utf-8

__version__ = '1.2.0'
__version__ = '1.3.0'

from .api import find_images
from .core import Haul, HaulResult
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@

setup(
name='haul',
version='1.2.0',
version='1.3.0',
description='An Extensible Image Crawler',
long_description=long_description,
keywords='haul web image content scraper parser crawler',
Expand Down

0 comments on commit fad2067

Please sign in to comment.