Finished Release v2.0.1

This commit is contained in:
Itai Shirav 2020-05-30 15:49:00 +03:00
commit 4616f8cb0e
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Change Log
==========
v2.0.1
------
- Remove unnecessary import of `six`
v2.0.0
------
- Dropped support for Python 2.x

View File

@ -3,7 +3,6 @@ import sys
from collections import OrderedDict
from logging import getLogger
from six import reraise
import pytz
from .fields import Field, StringField