1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the end.

This commit is contained in:
Tim Graham
2017-07-27 13:52:17 -04:00
parent 78f7f68021
commit 78c155cf2e
4 changed files with 16 additions and 43 deletions

View File

@@ -9,4 +9,5 @@ Django 1.11.5 fixes several bugs in 1.11.4.
Bugfixes
========
* ...
* Fixed GEOS version parsing if the version has a commit hash at the end (new
in GEOS 3.6.2) (:ticket:`28441`).