diff --git a/CHANGELOG b/CHANGELOG index 1e5f9d2..4a0aa59 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,8 +2,8 @@ pysyge changelog ================ -Unreleased ----------- +v1.0.1 [2019-11-27] +------------------- ! Dropped QA for Python 2. * Fixed parsing exception on Py 3 (see #10). diff --git a/pysyge/__init__.py b/pysyge/__init__.py index 5158b4c..6c6729a 100644 --- a/pysyge/__init__.py +++ b/pysyge/__init__.py @@ -1,4 +1,4 @@ from .pysyge import GeoLocator, GeoLocatorException -VERSION = (1, 0, 0) \ No newline at end of file +VERSION = (1, 0, 1) \ No newline at end of file