File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3
3
History
4
4
-------
5
5
6
+ 0.2.1 (2013-12-18)
7
+ ++++++++++++++++++
8
+
9
+ * Removed -Werror compiler flag as it was causing problems for some OS X
10
+ users.
11
+
6
12
0.2.0 (2013-10-15)
7
13
++++++++++++++++++
8
14
Original file line number Diff line number Diff line change 15
15
import sys
16
16
import os
17
17
18
- __version__ = '0.2.0 '
18
+ __version__ = '0.2.1 '
19
19
20
20
# If extensions (or modules to document with autodoc) are in another directory,
21
21
# add these directories to sys.path here. If the directory is relative to the
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'maxminddb' ,
20
- version = '0.2.0 ' ,
20
+ version = '0.2.1 ' ,
21
21
description = 'Python extension for reading the MaxMind DB format' ,
22
22
ext_modules = [module ],
23
23
long_description = open ('README.rst' ).read (),
You can’t perform that action at this time.
0 commit comments