Skip to content

Commit

Permalink
Merge branch 'feature/fudgeo-84' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jlhumber committed Oct 19, 2024
2 parents 9d3e1a7 + d729eb4 commit cf9e045
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,10 @@ Support provided for the following constraint types:

## Release History

### v0.8.1
* add support for creating feature classes with a geometry column name other than `SHAPE`
* ensure support for Python 3.13 and update documentation / configuration

### v0.8.0
* drop support for Python 3.7 and 3.8
* modernize type hinting
Expand Down
2 changes: 1 addition & 1 deletion fudgeo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""


__version__ = '0.8.0'
__version__ = '0.8.1'


if __name__ == '__main__': # pragma: no cover
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fudgeo"
version = "0.8.0"
version = "0.8.1"
description = """\
GeoPackage support from Python. fudgeo is a lightweight package \
for creating OGC GeoPackages, Feature Classes, and Tables. Easily \
Expand Down

0 comments on commit cf9e045

Please sign in to comment.