Skip to content
Snippets Groups Projects
Commit 3389b2cbd2b2 authored by Paul G's avatar Paul G
Browse files

Prepare 2.4.2 release.

parent 0338b857d3b9
Branches
Tags
No related merge requests found
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 Version 2.4.1
------------- -------------
......
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = "2.4.1" __version__ = "2.4.2"
...@@ -57,5 +57,5 @@ ...@@ -57,5 +57,5 @@
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '2.4.1' version = '2.4.2'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
...@@ -61,5 +61,5 @@ ...@@ -61,5 +61,5 @@
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
setup.py 100755 → 100644
updatezinfo.py 100755 → 100644
{ {
"metadata_version" : 0.1, "metadata_version" : 0.1,
"releases_url" : "ftp://ftp.iana.org/tz/releases/", "releases_url" : "ftp://ftp.iana.org/tz/releases/",
"tzdata_file" : "tzdata2015a.tar.gz", "tzdata_file" : "tzdata2015b.tar.gz",
"tzdata_file_sha512" : "ff36feb437238ba42fe67257e81ade0a2179d11f6c6449146e28e4b6553c62348b4131af75e440b4467109c9edba13e25ddaf701f2fcebb2a258b4ac9b57293c", "tzdata_file_sha512" : "767782b87e62a8f7a4dbcae595d16a54197c9e04ca974d7016d11f90ebaf2537b804d111f204af9052c68d4670afe0af0af9e5b150867a357fc199bb541368d0",
"zonegroups" : [ "zonegroups" : [
"africa", "africa",
"antarctica", "antarctica",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment