Preparing release 3.0.2
[ci skip]
This commit is contained in:
parent
3465f4e0fd
commit
ddc5c4f073
13
CHANGES.rst
13
CHANGES.rst
@ -1,20 +1,13 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
3.0.2 (unreleased)
|
3.0.2 (2017-07-03)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Breaking changes:
|
|
||||||
|
|
||||||
- *add item here*
|
|
||||||
|
|
||||||
New features:
|
New features:
|
||||||
|
|
||||||
- Email validation [ksuess]
|
- Validate that author_email values are emails.
|
||||||
|
[ksuess]
|
||||||
Bug fixes:
|
|
||||||
|
|
||||||
- *add item here*
|
|
||||||
|
|
||||||
|
|
||||||
3.0.1 (2017-05-31)
|
3.0.1 (2017-05-31)
|
||||||
|
2
setup.py
2
setup.py
@ -1,7 +1,7 @@
|
|||||||
from setuptools import find_packages
|
from setuptools import find_packages
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
version = '3.0.2.dev0'
|
version = '3.0.2'
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'setuptools',
|
'setuptools',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user