Release v3.4.0

This commit is contained in:
Ian Stapleton Cordasco 2017-07-27 18:57:29 -05:00
parent 69eaa28da2
commit 0239f15dcc
No known key found for this signature in database
GPG key ID: C9D7A2604B4FCB2A
2 changed files with 16 additions and 2 deletions

View file

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