Skip to content

Commit

Permalink
Note changes, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Sep 3, 2020
1 parent d7c7767 commit 52ad006
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.txt
Expand Up @@ -3,9 +3,11 @@ Changes

All issue numbers are relative to https://github.com/Toblerity/Fiona/issues.

1.8.15 (TBD)
------------
1.8.15 (2020-09-03)
-------------------

- Change shim functions to not return tuples (#942) as a solution for the
packaging problem reported in #941.
- Raise a Python exception when VSIFOpenL fails (#937).

1.8.14 (2020-08-31)
Expand Down
2 changes: 1 addition & 1 deletion fiona/__init__.py
Expand Up @@ -105,7 +105,7 @@ class Path:


__all__ = ['bounds', 'listlayers', 'open', 'prop_type', 'prop_width']
__version__ = "1.8.15dev"
__version__ = "1.8.15"
__gdal_version__ = get_gdal_release_name()

gdal_version = get_gdal_version_tuple()
Expand Down

0 comments on commit 52ad006

Please sign in to comment.