Description: Upstream changes introduced in version 2011k-0ubuntu2
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 python-tz (2011k-0ubuntu2) precise; urgency=low
 .
   * debian/patches/tzdata: Restore patch to use tzdata package for
     timezone information.  This was lost during the last Debian merge.
     (LP: #884890).
 .
 The person named in the Author field signed this changelog entry.
Author: Barry Warsaw <barry@ubuntu.com>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/884890

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- python-tz-2011k.orig/pytz/__init__.py
+++ python-tz-2011k/pytz/__init__.py
@@ -9,7 +9,7 @@ on how to use these modules.
 '''
 
 # The Olson database is updated several times a year.
-OLSON_VERSION = '2011h'
+OLSON_VERSION = '2011k'
 VERSION = OLSON_VERSION
 # Version format for a patch release - only one so far.
 #VERSION = OLSON_VERSION + '.2'
