Back to development: 3.0.6

[ci-skip]
This commit is contained in:
Gil Forcada 2018-02-04 23:30:30 +01:00
parent ee7b2b98cd
commit ae71eab164
No known key found for this signature in database
GPG Key ID: 13079EFDB0D6B075
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,22 @@
Changelog
=========
3.0.6 (unreleased)
------------------
Breaking changes:
- *add item here*
New features:
- *add item here*
Bug fixes:
- *add item here*
3.0.5 (2018-02-04)
------------------

View File

@ -4,7 +4,7 @@ from setuptools import find_packages
from setuptools import setup
version = '3.0.5'
version = '3.0.6.dev0'
install_requires = [
'setuptools',