Preparing release 3.0.0

[ci skip]
This commit is contained in:
esteele 2017-02-12 20:37:42 -05:00
parent 6d5cf01ba3
commit 02687f6eaf
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
3.0.0 (unreleased) 3.0.0 (2017-02-12)
------------------ ------------------
Bug fixes: Bug fixes:

View File

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