diff --git a/HISTORY.rst b/HISTORY.rst index ab2983d..b6dd517 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,6 +5,12 @@ History ======= +1.0.2 (2016-08-16) +------------------ + +* Documentation bug fixes. + + 1.0.1 (2016-08-16) ------------------ diff --git a/thecut/emailfield/__init__.py b/thecut/emailfield/__init__.py index 69b7f74..c435b56 100644 --- a/thecut/emailfield/__init__.py +++ b/thecut/emailfield/__init__.py @@ -3,7 +3,7 @@ __title__ = 'thecut-emailfield' -__version__ = '1.0.1' +__version__ = '1.0.2' __url__ = 'https://github.com/thecut/thecut-emailfield'