Back to development: 3.1.1

[ci skip]
This commit is contained in:
esteele 2018-10-30 23:15:01 -04:00
parent 002ccc016e
commit 97d9c58760
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,22 @@
Changelog
=========
3.1.1 (unreleased)
------------------
Breaking changes:
- *add item here*
New features:
- *add item here*
Bug fixes:
- *add item here*
3.1.0 (2018-10-30)
------------------

View File

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