Back to development: 3.0.1

[ci skip]
This commit is contained in:
esteele 2017-02-12 20:38:15 -05:00
parent 02687f6eaf
commit 0964f1cd2b
2 changed files with 17 additions and 1 deletions

View File

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

View File

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