Skip to content

Commit

Permalink
0.94.1 release
Browse files Browse the repository at this point in the history
git-svn-id: https://geopy.googlecode.com/svn/trunk@145 535ce8a4-231d-0410-ac7f-15f3cd728b52
  • Loading branch information
mike.tigas@gmail.com committed Mar 24, 2011
1 parent 6c63ce0 commit 8a39ae6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASES
@@ -1,4 +1,4 @@
0.94.1 - January 2011 (TBD)
0.94.1 - March 24, 2011
==========
ADDED: Test suite includes geocoding tests for the Google, Bing, Yahoo,
GeocoderDotUS, and GeoNames geocoders.
Expand Down
2 changes: 1 addition & 1 deletion geopy/__init__.py
Expand Up @@ -2,7 +2,7 @@
from geopy.location import Location
from geopy import geocoders

VERSION = (0, 94, 1, 'pre')
VERSION = (0, 94, 1)

def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
@@ -1,4 +1,4 @@
[egg_info]
tag_build = .dev
tag_svn_revision = 1
#tag_build = .dev
tag_svn_revision = 0
tag_date = 0

0 comments on commit 8a39ae6

Please sign in to comment.