Skip to content

Commit a5a2c0e

Browse files
committed
Bump version to 2018.9 (2018i)
1 parent af119bf commit a5a2c0e

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytzdata"
3-
version = "2018.8"
3+
version = "2018.9"
44
description = "The Olson timezone database for Python."
55
authors = [
66
"Sébastien Eustace <sebastien@eustace.io>"

pytzdata/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
VERSION = "2018.8"
3+
VERSION = "2018.9"
44

5-
OLSON_VERSION = "2018h"
5+
OLSON_VERSION = "2018i"

pytzdata/zoneinfo/Africa/Sao_Tome

29 Bytes
Binary file not shown.

pytzdata/zoneinfo/tzdata.zi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# version 2018h
1+
# version 2018i
22
# This zic input file is in the public domain.
33
R d 1916 o - Jun 14 23s 1 S
44
R d 1916 1919 - O Sun>=1 23s 0 -
@@ -267,7 +267,8 @@ Z Indian/Reunion 3:41:52 - LMT 1911 Jun
267267
Z Africa/Sao_Tome 0:26:56 - LMT 1884
268268
-0:36:45 - LMT 1912 Ja 1 0u
269269
0 - GMT 2018 Ja 1 1
270-
1 - WAT
270+
1 - WAT 2019 Ja 1 2
271+
0 - GMT
271272
Z Indian/Mahe 3:41:48 - LMT 1906 Jun
272273
4 - +04
273274
R SA 1942 1943 - S Sun>=15 2 1 -

tests/test_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
from 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

1010
def test_version():

0 commit comments

Comments
 (0)