diff --git a/CHANGES.txt b/CHANGES.txt index f84a10e..f656ff6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -23,3 +23,5 @@ v2.1.0, 17 Sep 2013 -- Requires TwitterAPI 3. v2.1.1, 11 Oct 2013 -- Prints GEOCODE with place and lat,lng. v2.2.0, 15 Oct 2013 -- Combined scripts. + +v2.2.1, 27 Dec 2013 -- Added pygeocoder to setup.py. diff --git a/TwitterGeoPics/__init__.py b/TwitterGeoPics/__init__.py index 76d3aad..acb0870 100644 --- a/TwitterGeoPics/__init__.py +++ b/TwitterGeoPics/__init__.py @@ -1,5 +1,5 @@ __title__ = 'TwitterGeoPics' -__version__ = '2.2.1' +__version__ = '2.2.2' __author__ = 'Jonas Geduldig' __license__ = 'MIT' __copyright__ = 'Copyright 2013 Jonas Geduldig'