Skip to content

Commit 032e79b

Browse files
committed
Bumps version to 2017.2.1
1 parent 7318630 commit 032e79b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pytzdata/version.py

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

3-
VERSION = '2017.2'
3+
VERSION = '2017.2.1'
44

55
OLSON_VERSION = '2017b'

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from pytzdata.version import VERSION, OLSON_VERSION
44

5-
EXPECTED_VERSION = '2017.2'
5+
EXPECTED_VERSION = '2017.2.1'
66

77
EXPECTED_OLSON_VERSION = '2017b'
88

0 commit comments

Comments
 (0)