Preparing release 3.0.2

[ci skip]
This commit is contained in:
esteele 2017-07-03 14:03:18 +03:00
parent 3465f4e0fd
commit ddc5c4f073
2 changed files with 4 additions and 11 deletions

View File

@ -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)

View File

@ -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',