Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Mar 8, 2024
1 parent 0a65193 commit a8f80ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ pysyge changelog
================


Unreleased
----------
v1.2.1 [2024-03-08]
-------------------
* Drop QA for Py 3.6, Add for 3.11.
* Fix MODE_BATCH (see #16).

Expand Down
2 changes: 1 addition & 1 deletion pysyge/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .pysyge import GeoLocator, GeoLocatorException


VERSION = (1, 2, 0)
VERSION = (1, 2, 1)

0 comments on commit a8f80ee

Please sign in to comment.