Prepare to release 3.1.0 on 2016-11-14

This commit is contained in:
Ian Cordasco 2016-11-12 14:54:00 -06:00
parent 43e755e2f4
commit 3fecbe177d
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
3.1.0 -- 2016-yy-xx 3.1.0 -- 2016-11-14
------------------- -------------------
You can view the `3.1.0 milestone`_ on GitLab for more details. You can view the `3.1.0 milestone`_ on GitLab for more details.

View file

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