Back to development: 3.0.2

[ci skip]
This commit is contained in:
Maurits van Rees 2017-05-31 19:11:01 +02:00
parent 17632db32c
commit abe4ef1851
No known key found for this signature in database
GPG Key ID: AAEC1E5318E6FCCE
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,22 @@
Changelog
=========
3.0.2 (unreleased)
------------------
Breaking changes:
- *add item here*
New features:
- *add item here*
Bug fixes:
- *add item here*
3.0.1 (2017-05-31)
------------------

View File

@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup
version = '3.0.1'
version = '3.0.2.dev0'
install_requires = [
'setuptools',