Update version and release notes for 3.0.2

This commit is contained in:
Ian Cordasco 2016-07-26 19:50:54 -05:00
parent 12dcb10c90
commit 3936141209
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.2 -- 2016-07-26 (unreleased)
--------------------------------
3.0.2 -- 2016-07-26
-------------------
- Fix local config file discovery. (See also `GitLab#181`_)

View file

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