Skip to content

Commit

Permalink
Prepare 2.4.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pganssle committed Mar 31, 2015
1 parent b36cc2f commit 248106d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Version 2.4.2
-------------
- Updated zoneinfo to 2015b.
- Fixed issue with parsing of tzstr on Python 2.7.x; tzstr will now be decoded
if not a unicode type. gh #51 (lp:1331576), gh pr #55.
- Fix a parser issue where AM and PM tokens were showing up in fuzzy date
stamps, triggering inappropriate errors. gh #56 (lp: 1428895), gh pr #63.
- Missing function "setcachsize" removed from zoneinfo __all__ list by @ryanss,
fixing an issue with wildcard imports of dateutil.zoneinfo. (gh pr #66).
- (PyPi only) Fix an issue with source distributions not including the test
suite.


Version 2.4.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion dateutil/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "2.4.1"
__version__ = "2.4.2"
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '2.4.1'
version = '2.4.2'
# The full version, including alpha/beta/rc tags.
release = '2.4.1'
release = '2.4.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Empty file modified setup.py
100755 → 100644
Empty file.
Empty file modified updatezinfo.py
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions zonefile_metadata.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"metadata_version" : 0.1,
"releases_url" : "ftp://ftp.iana.org/tz/releases/",
"tzdata_file" : "tzdata2015a.tar.gz",
"tzdata_file_sha512" : "ff36feb437238ba42fe67257e81ade0a2179d11f6c6449146e28e4b6553c62348b4131af75e440b4467109c9edba13e25ddaf701f2fcebb2a258b4ac9b57293c",
"tzdata_file" : "tzdata2015b.tar.gz",
"tzdata_file_sha512" : "767782b87e62a8f7a4dbcae595d16a54197c9e04ca974d7016d11f90ebaf2537b804d111f204af9052c68d4670afe0af0af9e5b150867a357fc199bb541368d0",
"zonegroups" : [
"africa",
"antarctica",
Expand Down

0 comments on commit 248106d

Please sign in to comment.