Preparing release 3.0.3

[ci skip]
This commit is contained in:
esteele 2017-08-27 19:00:10 -04:00
parent 86d075a0b9
commit ae2eb57a73
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
3.0.3 (unreleased) 3.0.3 (2017-08-27)
------------------ ------------------
Bug fixes: Bug fixes:

View File

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