File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed
Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pytzdata"
3- version = " 2018.8 "
3+ version = " 2018.9 "
44description = " The Olson timezone database for Python."
55authors = [
66 " Sébastien Eustace <sebastien@eustace.io>"
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22
3- VERSION = "2018.8 "
3+ VERSION = "2018.9 "
44
5- OLSON_VERSION = "2018h "
5+ OLSON_VERSION = "2018i "
Original file line number Diff line number Diff line change 1- # version 2018h
1+ # version 2018i
22# This zic input file is in the public domain.
33R d 1916 o - Jun 14 23s 1 S
44R d 1916 1919 - O Sun>=1 23s 0 -
@@ -267,7 +267,8 @@ Z Indian/Reunion 3:41:52 - LMT 1911 Jun
267267Z Africa/Sao_Tome 0:26:56 - LMT 1884
268268-0:36:45 - LMT 1912 Ja 1 0u
2692690 - GMT 2018 Ja 1 1
270- 1 - WAT
270+ 1 - WAT 2019 Ja 1 2
271+ 0 - GMT
271272Z Indian/Mahe 3:41:48 - LMT 1906 Jun
2722734 - +04
273274R SA 1942 1943 - S Sun>=15 2 1 -
Original file line number Diff line number Diff line change 22
33from pytzdata .version import VERSION , OLSON_VERSION
44
5- EXPECTED_VERSION = "2018.8 "
5+ EXPECTED_VERSION = "2018.9 "
66
7- EXPECTED_OLSON_VERSION = "2018h "
7+ EXPECTED_OLSON_VERSION = "2018i "
88
99
1010def test_version ():
You can’t perform that action at this time.
0 commit comments