[fiona] 01/01: New upstream version 1.7.10.post1
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Thu Nov 2 20:38:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
johanvdw-guest pushed a commit to branch upstream
in repository fiona.
commit 2a43de8246798688fa612161b80a7a37191032cd
Author: Johan Van de Wauw <johan at gisky.be>
Date: Wed Nov 1 22:00:23 2017 +0100
New upstream version 1.7.10.post1
---
CHANGES.txt | 6 ++++++
fiona/__init__.py | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/CHANGES.txt b/CHANGES.txt
index 475f707..8176404 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,12 @@ Changes
All issue numbers are relative to https://github.com/Toblerity/Fiona/issues.
+1.7.10.post1 (2017-10-30)
+-------------------------
+
+- A post-release has been made to fix a problem with macosx wheels uploaded
+ to PyPI.
+
1.7.10 (2017-10-26)
-------------------
diff --git a/fiona/__init__.py b/fiona/__init__.py
index b04912d..061301e 100644
--- a/fiona/__init__.py
+++ b/fiona/__init__.py
@@ -81,7 +81,7 @@ import uuid
__all__ = ['bounds', 'listlayers', 'open', 'prop_type', 'prop_width']
-__version__ = "1.7.10"
+__version__ = "1.7.10.post1"
__gdal_version__ = get_gdal_release_name().decode('utf-8')
log = logging.getLogger(__name__)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fiona.git
More information about the Pkg-grass-devel
mailing list