Bump version numbers
diff --git a/src/pytz/__init__.py b/src/pytz/__init__.py
index 201fcd4..85cef91 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 = '2014c'
-VERSION = '2014.3'  # Switching to pip compatible version numbering.
+OLSON_VERSION = '2014d'
+VERSION = '2014.4'  # 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 c996a5c..793554d 100644
--- a/src/pytz/tests/test_tzinfo.py
+++ b/src/pytz/tests/test_tzinfo.py
@@ -21,8 +21,8 @@
 
 # I test for expected version to ensure the correct version of pytz is
 # actually being tested.
-EXPECTED_VERSION='2014.3'
-EXPECTED_OLSON_VERSION='2014c'
+EXPECTED_VERSION='2014.4'
+EXPECTED_OLSON_VERSION='2014d'
 
 fmt = '%Y-%m-%d %H:%M:%S %Z%z'