Skip to content

Commit

Permalink
0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fitnr committed Dec 19, 2016
1 parent 00befae commit a3c7ca0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
@@ -1,3 +1,11 @@
0.4.4
-----

* bump fiona requirements, now compatible with GDAL v2.
* Ignore id_field in layers without that field
* Sanitize ampersands in data fields
* Allow an x/y pair argument to `svgis project`.

0.4.3
-----

Expand Down
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -37,6 +37,7 @@ test: $(TIGERS) tests/test_data/test.zip tests/test_data/test.svg
svgis scale -f 10 $(lastword $^) | wc
svgis project -m utm -- -110.277906 35.450777 -110.000477 35.649030
svgis project -- -110.277906 35.450777 -110.000477 35.649030
svgis project -m local -- -110.277906 35.450777
svgis graticule -s 1 -- -110.2 35.45 -110.1 35.6 > /dev/null
svgis bounds $<
svgis bounds $< | \
Expand Down
2 changes: 1 addition & 1 deletion svgis/__init__.py
Expand Up @@ -18,7 +18,7 @@
from . import transform
from .svgis import map, SVGIS

__version__ = '0.4.3'
__version__ = '0.4.4'

__all__ = [
'bounding',
Expand Down

0 comments on commit a3c7ca0

Please sign in to comment.