Back to development: 3.0.4

[ci skip]
This commit is contained in:
esteele 2017-08-27 19:46:56 -04:00
parent ae2eb57a73
commit 603ab0c395
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,22 @@
Changelog
=========
3.0.4 (unreleased)
------------------
Breaking changes:
- *add item here*
New features:
- *add item here*
Bug fixes:
- *add item here*
3.0.3 (2017-08-27)
------------------

View File

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