Update news, version number and zonefile
diff --git a/NEWS b/NEWS
index 5408b12..4856566 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Version 2.4.1
+-------------
+
+- Added explicit check for valid hours if AM/PM is specified in parser.
+ (gh pr #22, issue #21)
+- Fix bug in rrule introduced in 2.4.0 where byweekday parameter was not
+ handled properly. (gh pr #35, issue #34)
+- Fix error where parser allowed some invalid dates, overwriting existing hours
+ with the last 2-digit number in the string. (gh pr #32, issue #31)
+- Replaced parse() calls with explicit datetime objects in unit tests unrelated
+ to parser. (gh pr #36)
+- Additional documentation for parser (gh pr #29, #33, #41) and rrule.
+- Formatting fixes to documentation of rrule and README.rst.
+- Updated zoneinfo to 2015a.
+
Version 2.4.0
-------------
diff --git a/dateutil/__init__.py b/dateutil/__init__.py
index f8fde9b..51eb64f 100644
--- a/dateutil/__init__.py
+++ b/dateutil/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
-__version__ = "2.4.0"
+__version__ = "2.4.1"
diff --git a/docs/conf.py b/docs/conf.py
index 09cc424..2573dc3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
-version = '2.4.0'
+version = '2.4.1'
# The full version, including alpha/beta/rc tags.
-release = '2.4.0'
+release = '2.4.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/zonefile_metadata.json b/zonefile_metadata.json
index 09f03d2..e39cb7b 100644
--- a/zonefile_metadata.json
+++ b/zonefile_metadata.json
@@ -1,8 +1,8 @@
{
"metadata_version" : 0.1,
"releases_url" : "ftp://ftp.iana.org/tz/releases/",
- "tzdata_file" : "tzdata2014j.tar.gz",
- "tzdata_file_sha512" : "4c2979be3a96f91f8576304ec905d571b73df0842c8300c1d7317819b45ab3e29948ed911aa265b12a4ad587d5cba44f646dd02e40e4fbf9e68556a2d327142e",
+ "tzdata_file" : "tzdata2015a.tar.gz",
+ "tzdata_file_sha512" : "ff36feb437238ba42fe67257e81ade0a2179d11f6c6449146e28e4b6553c62348b4131af75e440b4467109c9edba13e25ddaf701f2fcebb2a258b4ac9b57293c",
"zonegroups" : [
"africa",
"antarctica",