Skip to content

Commit 61eee0f

Browse files
authored
Merge pull request #118 from maxmind/greg/release
4.3.0 release
2 parents 84e3534 + ad24f96 commit 61eee0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
History
44
-------
55

6-
4.3.0
6+
4.3.0 (2021-09-20)
77
++++++++++++++++++
88

99
* Previously, the ``py.typed`` file was not being added to the source

geoip2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint:disable=C0111
22

33
__title__ = "geoip2"
4-
__version__ = "4.2.0"
4+
__version__ = "4.3.0"
55
__author__ = "Gregory Oschwald"
66
__license__ = "Apache License, Version 2.0"
77
__copyright__ = "Copyright (c) 2013-2021 Maxmind, Inc."

0 commit comments

Comments
 (0)