Back to development: 3.0.3

[ci skip]
This commit is contained in:
esteele 2017-07-03 14:03:52 +03:00
parent ddc5c4f073
commit 33b5921427
2 changed files with 17 additions and 1 deletions

View File

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

View File

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