Releasing v0.15

This commit is contained in:
Simon Willison 2018-04-09 08:48:24 -07:00
commit 7706fe0c67
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52
2 changed files with 118 additions and 1 deletions

View file

@ -1,2 +1,2 @@
__version_info__ = (0, 14)
__version_info__ = (0, 15)
__version__ = '.'.join(map(str, __version_info__))