Skip to content

Commit 1ece7f0

Browse files
committed
Prepare for 0.2.1
1 parent d8de302 commit 1ece7f0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

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+
612
0.2.0 (2013-10-15)
713
++++++++++++++++++
814

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import sys
1616
import os
1717

18-
__version__ = '0.2.0'
18+
__version__ = '0.2.1'
1919

2020
# If extensions (or modules to document with autodoc) are in another directory,
2121
# add these directories to sys.path here. If the directory is relative to the

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='maxminddb',
20-
version='0.2.0',
20+
version='0.2.1',
2121
description='Python extension for reading the MaxMind DB format',
2222
ext_modules=[module],
2323
long_description=open('README.rst').read(),

0 commit comments

Comments
 (0)