Bump version for v3.0.3

Update release date as well
This commit is contained in:
Ian Cordasco 2016-07-30 06:58:42 -05:00
parent 22650e5086
commit 0b861e31ef
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
3.0.3 -- 2016-07-28 (unreleased)
--------------------------------
3.0.3 -- 2016-07-30
-------------------
- Disable ``--jobs`` for any version of Python on Windows.
(See also `this Python bug report`_)

View file

@ -27,7 +27,7 @@ LOG.addHandler(NullHandler())
# Clean up after LOG config
del NullHandler
__version__ = '3.0.2'
__version__ = '3.0.3'
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())