Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Oct 18, 2020
1 parent f19a737 commit a507a20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## :package: [0.3.2](https://pypi.org/project/geometry-to-spatialite/0.3.2/) - 2020-10-18

* Throw `TypeError` instead of `DataImportError` if SRID is not an int
* Tested on python 3.9
* Documentation improvements

## :package: [0.3.1](https://pypi.org/project/geometry-to-spatialite/0.3.1/) - 2020-06-07

* Ensure co-ordinates aren't rounded to 6 decimal places when importing geojson
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[tool.poetry]
name = "geometry-to-spatialite"
version = "0.3.1"
version = "0.3.2"
description = "Import geographic and spatial data from files into a SpatiaLite DB"
authors = ["chris48s"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/chris48s/geometry-to-spatialite"
homepage = "https://github.com/chris48s/geometry-to-spatialite"
documentation = "https://chris48s.github.io/geometry-to-spatialite"

[tool.poetry.dependencies]
python = "^3.6"
Expand Down

0 comments on commit a507a20

Please sign in to comment.