Skip to content

Commit

Permalink
Merge branch 'release/0.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotaimen committed Jan 25, 2016
2 parents 97649d9 + 045c299 commit 10f5c33
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,10 @@ Release date: 2015-12-31
- Refactored tilestorage package, now tile storage and raster feature storage
shares a common implement.
- Use mapnik3's PNG quantalizer instead of pillow for better image quality.

v0.3.0
------

Release date: 2015-01-25

- Fixes unittest error under python3.5 caused by httpretty.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
nose>=1.3.0
coverage>=3.7.0
moto>=0.4.0
httpretty!=0.8.11,!=0.8.12
tox>=1.9
Cython>=0.19
Pygments>=1.6
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def find_version(*file_paths):
'nose>=1.3.0',
'coverage>=3.7.0',
'moto>=0.4.18',
'httpretty!=0.8.11,!=0.8.12'
]

py_modules = []
Expand Down
2 changes: 1 addition & 1 deletion stonemason/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


# Version used in the setup.py
__version__ = '0.3.0rc1'
__version__ = '0.3.0'

# Prevent nosetests peek into this package
__test__ = False

0 comments on commit 10f5c33

Please sign in to comment.