Bump version numbers to 2014.2/2014b
diff --git a/src/pytz/__init__.py b/src/pytz/__init__.py
index 5880e87..647d091 100644
--- a/src/pytz/__init__.py
+++ b/src/pytz/__init__.py
@@ -9,8 +9,8 @@
 '''
 
 # The Olson database is updated several times a year.
-OLSON_VERSION = '2014a'
-VERSION = '2014.1.1'  # Switching to pip compatible version numbering.
+OLSON_VERSION = '2014b'
+VERSION = '2014.2'  # Switching to pip compatible version numbering.
 __version__ = VERSION
 
 OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling
diff --git a/src/pytz/tests/test_tzinfo.py b/src/pytz/tests/test_tzinfo.py
index cd9b59b..a25a0f3 100644
--- a/src/pytz/tests/test_tzinfo.py
+++ b/src/pytz/tests/test_tzinfo.py
@@ -21,7 +21,7 @@
 
 # I test for expected version to ensure the correct version of pytz is
 # actually being tested.
-EXPECTED_VERSION='2014.1.1'
+EXPECTED_VERSION='2014.2'
 EXPECTED_OLSON_VERSION='2014a'
 
 fmt = '%Y-%m-%d %H:%M:%S %Z%z'