diff --git a/CHANGES.rst b/CHANGES.rst index 3e821e4..7c9c548 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,20 +1,13 @@ Changelog ========= -3.0.2 (unreleased) +3.0.2 (2017-07-03) ------------------ -Breaking changes: - -- *add item here* - New features: -- Email validation [ksuess] - -Bug fixes: - -- *add item here* +- Validate that author_email values are emails. + [ksuess] 3.0.1 (2017-05-31) diff --git a/setup.py b/setup.py index e2f193a..6830b00 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages from setuptools import setup -version = '3.0.2.dev0' +version = '3.0.2' install_requires = [ 'setuptools',